From: John L. <jr...@us...> - 2005-11-24 21:34:30
|
Update of /cvsroot/wxlua/wxLua/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29076/wxLua/build/msw Modified Files: makefile.bcc makefile.gcc makefile.vc makefile.wat Log Message: formatting for bakfiles added USE_WXLUAAPP, USE_WXLUAEDITAPP Index: makefile.vc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.vc,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** makefile.vc 23 Nov 2005 06:03:40 -0000 1.7 --- makefile.vc 24 Nov 2005 21:34:16 -0000 1.8 *************** *** 30,42 **** # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUG = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKET = 1 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Does the wxLua applications should be compiled ? [0,1] USE_APPS = 1 --- 30,48 ---- # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUGLIB = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKETLIB = 1 ! ! # Compile the wxLua app ? [0,1] ! USE_WXLUAAPP = 1 ! ! # Compile the wxLuaEditor app ? [0,1] ! USE_WXLUAEDITAPP = 0 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Should the wxLua applications be compiled ? [0,1] USE_APPS = 1 *************** *** 53,58 **** WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" \ WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" \ ! USE_WXLUADEBUG="$(USE_WXLUADEBUG)" USE_WXLUASOCKET="$(USE_WXLUASOCKET)" \ ! USE_UTIL="$(USE_UTIL)" USE_APPS="$(USE_APPS)" ### Conditionally set variables: ### --- 59,66 ---- WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" \ WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" \ ! USE_WXLUADEBUGLIB="$(USE_WXLUADEBUGLIB)" \ ! USE_WXLUASOCKETLIB="$(USE_WXLUASOCKETLIB)" USE_WXLUAAPP="$(USE_WXLUAAPP)" \ ! USE_WXLUAEDITAPP="$(USE_WXLUAEDITAPP)" USE_UTIL="$(USE_UTIL)" \ ! USE_APPS="$(USE_APPS)" ### Conditionally set variables: ### Index: makefile.bcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.bcc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** makefile.bcc 23 Nov 2005 06:03:40 -0000 1.6 --- makefile.bcc 24 Nov 2005 21:34:16 -0000 1.7 *************** *** 81,91 **** # Does the wxLua debug support need to be compiled ? [0,1] ! !ifndef USE_WXLUADEBUG ! USE_WXLUADEBUG = 1 !endif # Does the wxLua socket support need to be compiled ? [0,1] ! !ifndef USE_WXLUASOCKET ! USE_WXLUASOCKET = 1 !endif --- 81,101 ---- # Does the wxLua debug support need to be compiled ? [0,1] ! !ifndef USE_WXLUADEBUGLIB ! USE_WXLUADEBUGLIB = 1 !endif # Does the wxLua socket support need to be compiled ? [0,1] ! !ifndef USE_WXLUASOCKETLIB ! USE_WXLUASOCKETLIB = 1 ! !endif ! ! # Compile the wxLua app ? [0,1] ! !ifndef USE_WXLUAAPP ! USE_WXLUAAPP = 1 ! !endif ! ! # Compile the wxLuaEditor app ? [0,1] ! !ifndef USE_WXLUAEDITAPP ! USE_WXLUAEDITAPP = 0 !endif *************** *** 95,99 **** !endif ! # Does the wxLua applications should be compiled ? [0,1] !ifndef USE_APPS USE_APPS = 1 --- 105,109 ---- !endif ! # Should the wxLua applications be compiled ? [0,1] !ifndef USE_APPS USE_APPS = 1 *************** *** 113,119 **** -DWX_UNICODE="$(WX_UNICODE)" -DWX_DEBUG="$(WX_DEBUG)" \ -DWX_VERSION="$(WX_VERSION)" -DUSE_BIN2C="$(USE_BIN2C)" \ ! -DUSE_WXLUADEBUG="$(USE_WXLUADEBUG)" \ ! -DUSE_WXLUASOCKET="$(USE_WXLUASOCKET)" -DUSE_UTIL="$(USE_UTIL)" \ ! -DUSE_APPS="$(USE_APPS)" ### Conditionally set variables: ### --- 123,130 ---- -DWX_UNICODE="$(WX_UNICODE)" -DWX_DEBUG="$(WX_DEBUG)" \ -DWX_VERSION="$(WX_VERSION)" -DUSE_BIN2C="$(USE_BIN2C)" \ ! -DUSE_WXLUADEBUGLIB="$(USE_WXLUADEBUGLIB)" \ ! -DUSE_WXLUASOCKETLIB="$(USE_WXLUASOCKETLIB)" \ ! -DUSE_WXLUAAPP="$(USE_WXLUAAPP)" -DUSE_WXLUAEDITAPP="$(USE_WXLUAEDITAPP)" \ ! -DUSE_UTIL="$(USE_UTIL)" -DUSE_APPS="$(USE_APPS)" ### Conditionally set variables: ### Index: makefile.wat =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.wat,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** makefile.wat 23 Nov 2005 06:03:40 -0000 1.6 --- makefile.wat 24 Nov 2005 21:34:16 -0000 1.7 *************** *** 30,42 **** # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUG = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKET = 1 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Does the wxLua applications should be compiled ? [0,1] USE_APPS = 1 --- 30,48 ---- # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUGLIB = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKETLIB = 1 ! ! # Compile the wxLua app ? [0,1] ! USE_WXLUAAPP = 1 ! ! # Compile the wxLuaEditor app ? [0,1] ! USE_WXLUAEDITAPP = 0 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Should the wxLua applications be compiled ? [0,1] USE_APPS = 1 *************** *** 79,84 **** WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" & WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" & ! USE_WXLUADEBUG="$(USE_WXLUADEBUG)" USE_WXLUASOCKET="$(USE_WXLUASOCKET)" & ! USE_UTIL="$(USE_UTIL)" USE_APPS="$(USE_APPS)" --- 85,92 ---- WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" & WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" & ! USE_WXLUADEBUGLIB="$(USE_WXLUADEBUGLIB)" & ! USE_WXLUASOCKETLIB="$(USE_WXLUASOCKETLIB)" USE_WXLUAAPP="$(USE_WXLUAAPP)" & ! USE_WXLUAEDITAPP="$(USE_WXLUAEDITAPP)" USE_UTIL="$(USE_UTIL)" & ! USE_APPS="$(USE_APPS)" Index: makefile.gcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/msw/makefile.gcc,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** makefile.gcc 23 Nov 2005 06:03:40 -0000 1.6 --- makefile.gcc 24 Nov 2005 21:34:16 -0000 1.7 *************** *** 30,42 **** # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUG = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKET = 1 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Does the wxLua applications should be compiled ? [0,1] USE_APPS = 1 --- 30,48 ---- # Does the wxLua debug support need to be compiled ? [0,1] ! USE_WXLUADEBUGLIB = 1 # Does the wxLua socket support need to be compiled ? [0,1] ! USE_WXLUASOCKETLIB = 1 ! ! # Compile the wxLua app ? [0,1] ! USE_WXLUAAPP = 1 ! ! # Compile the wxLuaEditor app ? [0,1] ! USE_WXLUAEDITAPP = 0 # Does the wxLua utilities should be compiled ? [0,1] USE_UTIL = 1 ! # Should the wxLua applications be compiled ? [0,1] USE_APPS = 1 *************** *** 53,58 **** WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" \ WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" \ ! USE_WXLUADEBUG="$(USE_WXLUADEBUG)" USE_WXLUASOCKET="$(USE_WXLUASOCKET)" \ ! USE_UTIL="$(USE_UTIL)" USE_APPS="$(USE_APPS)" ### Conditionally set variables: ### --- 59,66 ---- WX_SHARED="$(WX_SHARED)" WX_UNICODE="$(WX_UNICODE)" WX_DEBUG="$(WX_DEBUG)" \ WX_VERSION="$(WX_VERSION)" USE_BIN2C="$(USE_BIN2C)" \ ! USE_WXLUADEBUGLIB="$(USE_WXLUADEBUGLIB)" \ ! USE_WXLUASOCKETLIB="$(USE_WXLUASOCKETLIB)" USE_WXLUAAPP="$(USE_WXLUAAPP)" \ ! USE_WXLUAEDITAPP="$(USE_WXLUAEDITAPP)" USE_UTIL="$(USE_UTIL)" \ ! USE_APPS="$(USE_APPS)" ### Conditionally set variables: ### |