bakefile time!! (Mainly stuff for wxCocoa)

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@29718 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Ryan Norton
2004-10-07 22:35:53 +00:00
parent 265d5cce05
commit ab921f5f80
79 changed files with 1011 additions and 833 deletions

View File

@@ -36,6 +36,7 @@ TEST_OBJECTS = \
$(OBJS)\test_formatconverter.obj \
$(OBJS)\test_regex.obj \
$(OBJS)\test_wxregex.obj \
$(OBJS)\test_fileconf.obj \
$(OBJS)\test_filename.obj \
$(OBJS)\test_filesys.obj \
$(OBJS)\test_arrays.obj \
@@ -192,6 +193,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
$(OBJS)\test_wxregex.obj: .\regex\wxregex.cpp
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
$(OBJS)\test_fileconf.obj: .\fileconf\fileconf.cpp
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
$(OBJS)\test_filename.obj: .\filename\filename.cpp
$(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**