]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.wat
make spin control flat, too, under Win CE.
[wxWidgets.git] / tests / makefile.wat
index 4d92c5ce5c690954987db1e7d3a24eb61a2b90c6..b5d6840b21968a17ada7ef8b407d6b0e889eeb5b 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!
 # =========================================================================
 
@@ -175,7 +175,9 @@ TEST_OBJECTS =  &
        $(OBJS)\test_main.obj &
        $(OBJS)\test_formatconverter.obj &
        $(OBJS)\test_regex.obj &
-       $(OBJS)\test_filesys.obj
+       $(OBJS)\test_filesys.obj &
+       $(OBJS)\test_arrays.obj &
+       $(OBJS)\test_longlong.obj
 
 
 all : $(OBJS)
@@ -218,3 +220,9 @@ $(OBJS)\test_regex.obj :  .AUTODEPEND .\regex\regex.cpp
 
 $(OBJS)\test_filesys.obj :  .AUTODEPEND .\filesys\filesys.cpp
        $(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_arrays.obj :  .AUTODEPEND .\arrays\arrays.cpp
+       $(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<
+
+$(OBJS)\test_longlong.obj :  .AUTODEPEND .\longlong\longlong.cpp
+       $(CXX) -zq -fo=$^@ $(TEST_CXXFLAGS) $<