]> git.saurik.com Git - wxWidgets.git/blobdiff - tests/makefile.vc
add missing wxUSE_DEFERRED_SIZING tests (closes #10766)
[wxWidgets.git] / tests / makefile.vc
index 089f43c01667d0f3bb054d3b4d035ad34b20db44..22f95e45d6b5eabed9a8a428a02d9f07f7c7fe20 100644 (file)
@@ -78,6 +78,7 @@ TEST_OBJECTS =  \
        $(OBJS)\test_memstream.obj \
        $(OBJS)\test_socketstream.obj \
        $(OBJS)\test_sstream.obj \
+       $(OBJS)\test_stdstream.obj \
        $(OBJS)\test_tempfile.obj \
        $(OBJS)\test_textstreamtest.obj \
        $(OBJS)\test_zlibstream.obj \
@@ -629,6 +630,9 @@ $(OBJS)\test_socketstream.obj: .\streams\socketstream.cpp
 $(OBJS)\test_sstream.obj: .\streams\sstream.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\sstream.cpp
 
+$(OBJS)\test_stdstream.obj: .\streams\stdstream.cpp
+       $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\stdstream.cpp
+
 $(OBJS)\test_tempfile.obj: .\streams\tempfile.cpp
        $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\streams\tempfile.cpp