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

Diff for /code/nel/nel-config.in between version 1.2 and 1.3

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
version 1.2, 2001/11/07 16:25:13version 1.3, 2002/03/19 17:42:48
Line 31 
Line 31 
    [--version]    [--version]
    [--libs]    [--libs]
    [--libtool]    [--libtool]
     [--ldflags]
    [--cflags]    [--cflags]
    [--without-network]    [--without-network]
    [--without-3d]    [--without-3d]
Line 76 
Line 77 
         --cflags)         --cflags)
             echo_cflags=yes             echo_cflags=yes
             ;;             ;;
          --ldflags)
              echo_ldflags=yes
              ;;
         --libs)         --libs)
             echo_libs=yes             echo_libs=yes
             ;;             ;;
Line 126 
Line 130 
 then then
     cflags="-I$include_dir/"     cflags="-I$include_dir/"
     echo $cflags     echo $cflags
  fi
  
  if test "$echo_ldflags" = "yes"
  then
      ldflags="-L$lib_dir"
      echo $ldflags
 fi fi
  
 if test "$echo_libs" = "yes" if test "$echo_libs" = "yes"


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