From: Francesco <fr...@us...> - 2005-06-12 21:31:47
|
Update of /cvsroot/wxlua/wxLua/modules/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv21113/modules/build/msw Modified Files: makefile.bcc makefile.gcc Log Message: Added bakefile build system Index: makefile.bcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.bcc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.bcc 12 Jun 2005 21:21:11 -0000 1.1 --- makefile.bcc 12 Jun 2005 21:31:38 -0000 1.2 *************** *** 20,31 **** # ------------------------------------------------------------------------- ! # C++ compiler ! !ifndef CXX ! CXX = bcc32 !endif ! # Standard flags for C++ ! !ifndef CXXFLAGS ! CXXFLAGS = [...2991 lines suppressed...] ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_ltable.obj: ..\..\lua\src\ltable.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_ltests.obj: ..\..\lua\src\ltests.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_ltm.obj: ..\..\lua\src\ltm.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_lundump.obj: ..\..\lua\src\lundump.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_lvm.obj: ..\..\lua\src\lvm.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** ! borland$(WXLIBPOSTFIX)\lua_lzio.obj: ..\..\lua\src\lzio.c ! $(CC) -q -c -P- -o$@ $(LUA_CFLAGS) $** Index: makefile.gcc =================================================================== RCS file: /cvsroot/wxlua/wxLua/modules/build/msw/makefile.gcc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.gcc 12 Jun 2005 21:21:11 -0000 1.1 --- makefile.gcc 12 Jun 2005 21:31:38 -0000 1.2 *************** *** 1,5 **** # ========================================================================= # This makefile was generated by ! # Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= --- 1,5 ---- # ========================================================================= # This makefile was generated by ! # Bakefile 0.1.8 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! [...2941 lines suppressed...] ! $(CC) -c -o $@ $(LUA_CFLAGS) $< ! mingw$(WXLIBPOSTFIX)\lua_ltests.o: ../../lua/src/ltests.c ! $(CC) -c -o $@ $(LUA_CFLAGS) $< ! mingw$(WXLIBPOSTFIX)\lua_ltm.o: ../../lua/src/ltm.c ! $(CC) -c -o $@ $(LUA_CFLAGS) $< ! mingw$(WXLIBPOSTFIX)\lua_lundump.o: ../../lua/src/lundump.c ! $(CC) -c -o $@ $(LUA_CFLAGS) $< ! mingw$(WXLIBPOSTFIX)\lua_lvm.o: ../../lua/src/lvm.c ! $(CC) -c -o $@ $(LUA_CFLAGS) $< ! mingw$(WXLIBPOSTFIX)\lua_lzio.o: ../../lua/src/lzio.c ! $(CC) -c -o $@ $(LUA_CFLAGS) $< .PHONY: all clean |