]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.gcc
MSL support also for MSW
[wxWidgets.git] / tests / makefile.gcc
index c9274de0f0b3b4024cdd1c07d69fb145b46f380c..c4f0d334219afee26c0e81178f8d4cf69057105c 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.1.3 (http://bakefile.sourceforge.net)
+#     Bakefile 0.1.4 (http://bakefile.sourceforge.net)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -24,7 +24,10 @@ TEST_OBJECTS =  \
        $(OBJS)\test_test.o \
        $(OBJS)\test_main.o \
        $(OBJS)\test_formatconverter.o \
-       $(OBJS)\test_regex.o
+       $(OBJS)\test_regex.o \
+       $(OBJS)\test_filesys.o \
+       $(OBJS)\test_arrays.o \
+       $(OBJS)\test_longlong.o
 
 ### Conditionally set variables: ###
 
@@ -159,4 +162,13 @@ $(OBJS)\test_formatconverter.o: ./formatconverter/formatconverter.cpp
 $(OBJS)\test_regex.o: ./regex/regex.cpp
        $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
 
+$(OBJS)\test_filesys.o: ./filesys/filesys.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_arrays.o: ./arrays/arrays.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_longlong.o: ./longlong/longlong.cpp
+       $(CXX) -c -o $@ $(TEST_CXXFLAGS) $<
+
 .PHONY: all clean