]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
checking that a wxWindow is of run-time type wxWindow is hopefully useless
[wxWidgets.git] / tests / makefile.vc
index fb110ed2ecac06fa842f61e6be12082c974825e1..f22bfe526bfc588309564de8186fd430808a5104 100644 (file)
@@ -31,6 +31,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_test.obj \
        $(OBJS)\test_archivetest.obj \
        $(OBJS)\test_ziptest.obj \
+       $(OBJS)\test_tartest.obj \
        $(OBJS)\test_arrays.obj \
        $(OBJS)\test_datetimetest.obj \
        $(OBJS)\test_fileconftest.obj \
@@ -56,6 +57,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_bstream.obj \
        $(OBJS)\test_datastreamtest.obj \
        $(OBJS)\test_ffilestream.obj \
+       $(OBJS)\test_fileback.obj \
        $(OBJS)\test_filestream.obj \
        $(OBJS)\test_largefile.obj \
        $(OBJS)\test_memstream.obj \
@@ -418,6 +420,9 @@ $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp
 $(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
 
+$(OBJS)\test_tartest.obj: .\archive\tartest.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
 $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
 
@@ -493,6 +498,9 @@ $(OBJS)\test_datastreamtest.obj: .\streams\datastreamtest.cpp
 $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
 
+$(OBJS)\test_fileback.obj: .\streams\fileback.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**
+
 $(OBJS)\test_filestream.obj: .\streams\filestream.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**