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:
@@ -27,6 +27,7 @@ TEST_OBJECTS = \
|
||||
$(OBJS)\test_formatconverter.o \
|
||||
$(OBJS)\test_regex.o \
|
||||
$(OBJS)\test_wxregex.o \
|
||||
$(OBJS)\test_fileconf.o \
|
||||
$(OBJS)\test_filename.o \
|
||||
$(OBJS)\test_filesys.o \
|
||||
$(OBJS)\test_arrays.o \
|
||||
@@ -186,6 +187,9 @@ $(OBJS)\test_regex.o: ./regex/regex.cpp
|
||||
$(OBJS)\test_wxregex.o: ./regex/wxregex.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_fileconf.o: ./fileconf/fileconf.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
$(OBJS)\test_filename.o: ./filename/filename.cpp
|
||||
$(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
|
||||
|
||||
|
Reference in New Issue
Block a user