]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/Makefile.in
added a note about wxTreeCtrl::GetFirst/NextItem(id, long) deprecation
[wxWidgets.git] / tests / Makefile.in
index ac19e587e7a664b231603fda0ebfa5e65412705d..fc196822b283b05009be448d0458c9edab2adfbe 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!
 # =========================================================================
 
@@ -38,7 +38,11 @@ TEST_CXXFLAGS = -D__WX$(TOOLKIT)__ $(__WXUNIV_DEFINE_p) -I$(srcdir) \
 TEST_OBJECTS =  \
        test_test.o \
        test_main.o \
-       test_regex.o
+       test_formatconverter.o \
+       test_regex.o \
+       test_filesys.o \
+       test_arrays.o \
+       test_longlong.o
 
 ### Conditionally set variables: ###
 
@@ -107,9 +111,21 @@ test_test.o: $(srcdir)/test.cpp
 test_main.o: $(srcdir)/mbconv/main.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_formatconverter.o: $(srcdir)/formatconverter/formatconverter.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 test_regex.o: $(srcdir)/regex/regex.cpp
        $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
 
+test_filesys.o: $(srcdir)/filesys/filesys.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_arrays.o: $(srcdir)/arrays/arrays.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
+test_longlong.o: $(srcdir)/longlong/longlong.cpp
+       $(CXXC) -c -o $@ $(TEST_CXXFLAGS) $<
+
 
 # Include dependency info, if present:
 @IF_GNU_MAKE@-include .deps/*.d