X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/173f3c03a059a269a237aab72c6b067020a41b8c..64dfdfa28bc46e8e84c5fb9e329a7ad7940b3f73:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 38eb98b933..75962edb86 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -72,7 +72,8 @@ TEST_OBJECTS = \ $(OBJS)\test_zlibstream.obj \ $(OBJS)\test_textfiletest.obj \ $(OBJS)\test_atomic.obj \ - $(OBJS)\test_uris.obj + $(OBJS)\test_uris.obj \ + $(OBJS)\test_vectors.obj TEST_GUI_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \ $(__DEBUGINFO) /Fd$(OBJS)\test_gui.pdb $(____DEBUGRUNTIME) \ $(__OPTIMIZEFLAG) $(__NO_VC_CRTDBG_p) /D__WXMSW__ $(__WXUNIV_DEFINE_p) \ @@ -550,6 +551,9 @@ $(OBJS)\test_atomic.obj: .\thread\atomic.cpp $(OBJS)\test_uris.obj: .\uris\uris.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_vectors.obj: .\vectors\vectors.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_gui_dummy.obj: .\dummy.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_GUI_CXXFLAGS) /Yctestprec.h $**