From 0ea5fc66924303d1bf73ba283a383e2aadee02f2 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sat, 11 Aug 2018 20:21:34 +0200 Subject: Initial commit --- .../configure.in.diff?r1=1.38&r2=1.41&sortby=log | 65 ++++++++++++++++++++++ 1 file changed, 65 insertions(+) create mode 100644 cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&r2=1.41&sortby=log (limited to 'cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&r2=1.41&sortby=log') diff --git a/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&r2=1.41&sortby=log b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&r2=1.41&sortby=log new file mode 100644 index 00000000..5d077a40 --- /dev/null +++ b/cvs/cvsweb.cgi/code/nel/configure.in.diff?r1=1.38&r2=1.41&sortby=log @@ -0,0 +1,65 @@ + + + +code/nel/configure.in - diff - 1.41 + +
[BACK] Return to configure.in + CVS log [TXT][DIR] Up to Nevrax / code / nel

Diff for /code/nel/configure.in between version 1.38 and 1.41

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.38, 2001/06/18 12:46:14version 1.41, 2001/07/27 17:25:40
Line 38 
Line 38 
 CXXFLAGS="$CXXFLAGS " CXXFLAGS="$CXXFLAGS "
  
  
 dnl The src disrectory is put in the include search path to be able to  
 dnl include internals headers from anywere in code without using relativ 
 dnl path 
 CFLAGS="$CFLAGS -I$srcdir/src" 
 CXXFLAGS="$CXXFLAGS -I$srcdir/src" 
  
  
 dnl ==================================================================== dnl ====================================================================
 dnl Checks NeL modules (net, 3d, ai) to install / Disable dnl Checks NeL modules (net, 3d, ai) to install / Disable
  
Line 63 
Line 56 
     [ AC_MSG_RESULT(disable NEL 3D.) ],     [ AC_MSG_RESULT(disable NEL 3D.) ],
     [ NEL_SUBDIRS="$NEL_SUBDIRS 3d" ] )     [ NEL_SUBDIRS="$NEL_SUBDIRS 3d" ] )
  
  dnl PACS library
  AC_ARG_ENABLE( pacs,
      [  --disable-pacs          disable compilation and install of NeL PACS.],
      [ AC_MSG_RESULT(disable NEL PACS.) ],
      [ NEL_SUBDIRS="$NEL_SUBDIRS pacs" ] )
  
 dnl AI library dnl AI library
 AC_ARG_ENABLE( ai, AC_ARG_ENABLE( ai,
     [  --disable-ai            disable compilation and install of NeL AI.],     [  --disable-ai            disable compilation and install of NeL AI.],
Line 417 
Line 416 
            include/nel/misc/Makefile         \            include/nel/misc/Makefile         \
            include/nel/net/Makefile          \            include/nel/net/Makefile          \
            include/nel/3d/Makefile           \            include/nel/3d/Makefile           \
             include/nel/pacs/Makefile         \
            include/nel/ai/Makefile           \            include/nel/ai/Makefile           \
            include/nel/ai/agent/Makefile     \            include/nel/ai/agent/Makefile     \
            include/nel/ai/c/Makefile         \            include/nel/ai/c/Makefile         \
Line 435 
Line 435 
            src/3d/Makefile                   \            src/3d/Makefile                   \
            src/3d/driver/Makefile            \            src/3d/driver/Makefile            \
            src/3d/driver/opengl/Makefile     \            src/3d/driver/opengl/Makefile     \
             src/pacs/Makefile                 \
            src/ai/Makefile                   \            src/ai/Makefile                   \
            src/ai/agent/Makefile             \            src/ai/agent/Makefile             \
            src/ai/c/Makefile                 \            src/ai/c/Makefile                 \


+
Legend:
+
Removed from v.1.38 
changed lines
 Added in v.1.41
+
+ + + + +
+
\ No newline at end of file -- cgit v1.2.1