]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
simplify how the XWindow is extracted for GetHandle
[wxWidgets.git] / tests / makefile.vc
index e3a9cad7e8101358613a517cc4d29f6c906609c8..9d5f4aab7ef1a3fa6bd2d2a9d67026626f8b257a 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!
 # =========================================================================
 
@@ -28,7 +28,8 @@ TEST_OBJECTS =  \
        $(OBJS)\test_formatconverter.obj \
        $(OBJS)\test_regex.obj \
        $(OBJS)\test_filesys.obj \
-       $(OBJS)\test_arrays.obj
+       $(OBJS)\test_arrays.obj \
+       $(OBJS)\test_longlong.obj
 
 ### Conditionally set variables: ###
 
@@ -228,3 +229,6 @@ $(OBJS)\test_filesys.obj: .\filesys\filesys.cpp
 
 $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
+$(OBJS)\test_longlong.obj: .\longlong\longlong.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**