X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/f9caf1af44c7ff9ba453477b088971441a91c035..366721d7b03762fe8fb709b4d990bb8257211534:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 6776a9f083..225bda8f92 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -50,6 +50,7 @@ TEST_OBJECTS = \ $(OBJS)\test_longlongtest.obj \ $(OBJS)\test_convautotest.obj \ $(OBJS)\test_mbconvtest.obj \ + $(OBJS)\test_ipc.obj \ $(OBJS)\test_regextest.obj \ $(OBJS)\test_wxregextest.obj \ $(OBJS)\test_scopeguardtest.obj \ @@ -508,6 +509,9 @@ $(OBJS)\test_convautotest.obj: .\mbconv\convautotest.cpp $(OBJS)\test_mbconvtest.obj: .\mbconv\mbconvtest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\mbconv\mbconvtest.cpp +$(OBJS)\test_ipc.obj: .\net\ipc.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\net\ipc.cpp + $(OBJS)\test_regextest.obj: .\regex\regextest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\regex\regextest.cpp