X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cf9b63b38a7ed96d8a824256f1fb23565c0fb52a..f2408396534cc952a5bfcd3a2cc018abe8221c78:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 1765cd12c2..5afa7eaf8d 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -42,6 +42,7 @@ TEST_OBJECTS = \ $(OBJS)\test_hashes.obj \ $(OBJS)\test_lists.obj \ $(OBJS)\test_longlongtest.obj \ + $(OBJS)\test_convautotest.obj \ $(OBJS)\test_mbconvtest.obj \ $(OBJS)\test_regextest.obj \ $(OBJS)\test_wxregextest.obj \ @@ -61,6 +62,7 @@ TEST_OBJECTS = \ $(OBJS)\test_tempfile.obj \ $(OBJS)\test_textstreamtest.obj \ $(OBJS)\test_zlibstream.obj \ + $(OBJS)\test_textfiletest.obj \ $(OBJS)\test_uris.obj TEST_GUI_CXXFLAGS = /M$(__RUNTIME_LIBS_23)$(__DEBUGRUNTIME) /DWIN32 \ $(__DEBUGINFO) /Fd$(OBJS)\test_gui.pdb $(____DEBUGRUNTIME) \ @@ -412,6 +414,9 @@ $(OBJS)\test_lists.obj: .\lists\lists.cpp $(OBJS)\test_longlongtest.obj: .\longlong\longlongtest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** @@ -469,6 +474,9 @@ $(OBJS)\test_textstreamtest.obj: .\streams\textstreamtest.cpp $(OBJS)\test_zlibstream.obj: .\streams\zlibstream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_textfiletest.obj: .\textfile\textfiletest.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_uris.obj: .\uris\uris.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**