]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.bcc
yielding from main loop
[wxWidgets.git] / tests / makefile.bcc
index 21ff5824cd466ddab1eabda05fca74943d7d246b..26a2defa743e0b42a42954a13f567c9d96389e02 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
 # =========================================================================
 #     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!
 # =========================================================================
 
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -34,7 +34,9 @@ TEST_OBJECTS =  \
        $(OBJS)\test_main.obj \
        $(OBJS)\test_formatconverter.obj \
        $(OBJS)\test_regex.obj \
        $(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
 
 ### Conditionally set variables: ###
 
 
 ### Conditionally set variables: ###
 
@@ -168,3 +170,9 @@ $(OBJS)\test_regex.obj: .\regex\regex.cpp
 
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
 
 $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
        $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
+       $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**