Update of /cvsroot/wxlua/wxLua/util/build/msw
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25784/wxLua/util/build/msw
Modified Files:
makefile.bcc makefile.gcc makefile.vc makefile.wat
Log Message:
rebaked the build files to remove the unused wxluawrap.cpp file
started docs for building wxlua
Index: makefile.vc
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/msw/makefile.vc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.vc 20 Nov 2005 11:35:18 -0000 1.4
--- makefile.vc 23 Nov 2005 06:03:40 -0000 1.5
***************
*** 32,38 ****
WX_DEBUG = 1
- # Use monolithic build of wxWidgets? [0,1]
- WX_MONOLITHIC = 0
-
# Does the wxLua utilities should be compiled ? [0,1]
USE_BIN2C = 1
--- 32,35 ----
Index: makefile.bcc
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/msw/makefile.bcc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.bcc 20 Nov 2005 11:35:18 -0000 1.4
--- makefile.bcc 23 Nov 2005 06:03:40 -0000 1.5
***************
*** 55,63 ****
!endif
- # Use monolithic build of wxWidgets? [0,1]
- !ifndef WX_MONOLITHIC
- WX_MONOLITHIC = 0
- !endif
-
# Does the wxLua utilities should be compiled ? [0,1]
!ifndef USE_BIN2C
--- 55,58 ----
Index: makefile.wat
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/msw/makefile.wat,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.wat 20 Nov 2005 11:35:18 -0000 1.4
--- makefile.wat 23 Nov 2005 06:03:40 -0000 1.5
***************
*** 32,38 ****
WX_DEBUG = 1
- # Use monolithic build of wxWidgets? [0,1]
- WX_MONOLITHIC = 0
-
# Does the wxLua utilities should be compiled ? [0,1]
USE_BIN2C = 1
--- 32,35 ----
***************
*** 103,106 ****
watcom\util_bin2c_bin2c.obj : .AUTODEPEND ..\..\bin2c\bin2c.c
! $(CC) -bt=nt -zq -fo=$^@ $(UTIL_BIN2C_CFLAGS) $<
--- 100,103 ----
watcom\util_bin2c_bin2c.obj : .AUTODEPEND ..\..\bin2c\bin2c.c
! $(CC) -zq -fo=$^@ $(UTIL_BIN2C_CFLAGS) $<
Index: makefile.gcc
===================================================================
RCS file: /cvsroot/wxlua/wxLua/util/build/msw/makefile.gcc,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** makefile.gcc 20 Nov 2005 11:35:18 -0000 1.4
--- makefile.gcc 23 Nov 2005 06:03:40 -0000 1.5
***************
*** 32,38 ****
WX_DEBUG = 1
- # Use monolithic build of wxWidgets? [0,1]
- WX_MONOLITHIC = 0
-
# Does the wxLua utilities should be compiled ? [0,1]
USE_BIN2C = 1
--- 32,35 ----
|