From: Francesco M. <fr...@us...> - 2005-11-26 14:20:39
|
Update of /cvsroot/wxlua/wxLua/util/build/bakefiles In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14904/util/build/bakefiles Modified Files: options.bkl Log Message: added configure checks for wxLua apps,modules,util options Index: options.bkl =================================================================== RCS file: /cvsroot/wxlua/wxLua/util/build/bakefiles/options.bkl,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** options.bkl 24 Nov 2005 21:34:16 -0000 1.3 --- options.bkl 26 Nov 2005 14:20:31 -0000 1.4 *************** *** 22,26 **** <!-- ================================================================== --> ! <!-- options not tied to a specific module --> <if cond="TARGETING_IDE=='0'"> --- 22,30 ---- <!-- ================================================================== --> ! <!-- options not tied to a specific module ! NOTE: if you change these defaults, then you should also change the ! defaults for the --enable-* options in configure script: ! see wxLua/build/autoconf/configure.ac ! --> <if cond="TARGETING_IDE=='0'"> |