Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
N
nxssh
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rx-etersoft
nxssh
Commits
a9823024
Commit
a9823024
authored
Feb 14, 2025
by
Alexey Alyaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed nxcomp LIB/INC paths to match NXClient-W32 project structure
parent
0cd41bf8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
configure
configure
+2
-2
configure.ac
configure.ac
+2
-2
No files found.
configure
View file @
a9823024
...
@@ -5164,8 +5164,8 @@ TEST_SHELL=sh
...
@@ -5164,8 +5164,8 @@ TEST_SHELL=sh
NXCOMPINC
=
"-I../nxcomp"
NXCOMPINC
=
"-I../nxcomp
/nx-libs/nxcomp/installdir/usr/local/include/nx
"
NXCOMPLIBS
=
"-L../nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPLIBS
=
"-L../nxcomp
/nx-libs/nxcomp/installdir/usr/local/lib
-lXcomp -lstdc++ -lpng -ljpeg -lz"
if
test
"x
$MANDOC
"
!=
"x"
;
then
if
test
"x
$MANDOC
"
!=
"x"
;
then
MANFMT
=
"
$MANDOC
"
MANFMT
=
"
$MANDOC
"
...
...
configure.ac
View file @
a9823024
...
@@ -54,8 +54,8 @@ AC_SUBST([TEST_SHELL], [sh])
...
@@ -54,8 +54,8 @@ AC_SUBST([TEST_SHELL], [sh])
AC_SUBST(NXCOMPINC)
AC_SUBST(NXCOMPINC)
AC_SUBST(NXCOMPLIBS)
AC_SUBST(NXCOMPLIBS)
NXCOMPINC="-I../nxcomp"
NXCOMPINC="-I../nxcomp
/nx-libs/nxcomp/installdir/usr/local/include/nx
"
NXCOMPLIBS="-L../nxcomp -lXcomp -lstdc++ -lpng -ljpeg -lz"
NXCOMPLIBS="-L../nxcomp
/nx-libs/nxcomp/installdir/usr/local/lib
-lXcomp -lstdc++ -lpng -ljpeg -lz"
dnl select manpage formatter
dnl select manpage formatter
if test "x$MANDOC" != "x" ; then
if test "x$MANDOC" != "x" ; then
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment