From: Francesco <fr...@us...> - 2005-06-12 21:21:39
|
Update of /cvsroot/wxlua/wxLua/modules/build/msw In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv17375/modules/build/msw Added Files: .cvsignore makefile.bcc makefile.gcc Log Message: Added bakefile build system --- NEW FILE: .cvsignore --- borland* msvc* mingw* watcom* *.vcproj *.user *.ncb *.suo *.opt *.obj *.plg --- NEW FILE: makefile.bcc --- # ========================================================================= # This makefile was generated by # Bakefile 0.1.8 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= .autodepend !ifndef BCCDIR !ifndef MAKEDIR !error Your Borland compiler does not define MAKEDIR. Please define the BCCDIR variable, e.g. BCCDIR=d:\bc4 !endif BCCDIR = $(MAKEDIR)\.. !endif # ------------------------------------------------------------------------- # These are configurable options: [...2855 lines suppressed...] $(CXX) -q -c -P -o$@ $(ZOOM_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\boolonly_boolonly.obj: ..\..\kbool\samples\boolonly\boolonly.cpp $(CXX) -q -c -P -o$@ $(BOOLONLY_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\stslcom_stslcom.obj: ..\..\stsl\samples\stslcom\stslcom.cpp $(CXX) -q -c -P -o$@ $(STSLCOM_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\stslcom_tedit.obj: ..\..\stsl\samples\stslcom\tedit.cpp $(CXX) -q -c -P -o$@ $(STSLCOM_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\stslcom_docv.obj: ..\..\stsl\samples\stslcom\docv.cpp $(CXX) -q -c -P -o$@ $(STSLCOM_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\stsltuto_stsltuto.obj: ..\..\stsl\samples\stsltuto\stsltuto.cpp $(CXX) -q -c -P -o$@ $(STSLTUTO_CXXFLAGS) $** borland$(WXLIBPOSTFIX)\stsltuto2_stsltuto2.obj: ..\..\stsl\samples\stsltuto2\stsltuto2.cpp $(CXX) -q -c -P -o$@ $(STSLTUTO2_CXXFLAGS) $** --- NEW FILE: makefile.gcc --- # ========================================================================= # This makefile was generated by # Bakefile 0.1.9 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= # ------------------------------------------------------------------------- # These are configurable options: # ------------------------------------------------------------------------- # C++ compiler CXX = g++ # Standard flags for C++ CXXFLAGS = # Standard preprocessor flags (common for CC and CXX) [...2776 lines suppressed...] mingw$(WXLIBPOSTFIX)\boolonly_boolonly.o: ../../kbool/samples/boolonly/boolonly.cpp $(CXX) -c -o $@ $(BOOLONLY_CXXFLAGS) $(CPPDEPS) $< mingw$(WXLIBPOSTFIX)\stslcom_stslcom.o: ../../stsl/samples/stslcom/stslcom.cpp $(CXX) -c -o $@ $(STSLCOM_CXXFLAGS) $(CPPDEPS) $< mingw$(WXLIBPOSTFIX)\stslcom_elements.o: ../../stsl/samples/stslcom/elements.cpp $(CXX) -c -o $@ $(STSLCOM_CXXFLAGS) $(CPPDEPS) $< mingw$(WXLIBPOSTFIX)\stsltuto_stsltuto.o: ../../stsl/samples/stsltuto/stsltuto.cpp $(CXX) -c -o $@ $(STSLTUTO_CXXFLAGS) $(CPPDEPS) $< mingw$(WXLIBPOSTFIX)\stsltuto2_stsltuto2.o: ../../stsl/samples/stsltuto2/stsltuto2.cpp $(CXX) -c -o $@ $(STSLTUTO2_CXXFLAGS) $(CPPDEPS) $< .PHONY: all clean # Dependencies tracking: -include mingw$(WXLIBPOSTFIX)/*.d |