X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/774ef7e3b79a88c5a54428dd990b5f262a822b1a..e7747eb2e0c892abdcea1925dfa71ade77a761a8:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index fa535a3885..0495345c00 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -47,6 +47,7 @@ TEST_OBJECTS = \ $(OBJS)\test_stopwatch.obj \ $(OBJS)\test_timertest.obj \ $(OBJS)\test_exec.obj \ + $(OBJS)\test_dir.obj \ $(OBJS)\test_filefn.obj \ $(OBJS)\test_filetest.obj \ $(OBJS)\test_filekind.obj \ @@ -578,6 +579,9 @@ $(OBJS)\test_timertest.obj: .\events\timertest.cpp $(OBJS)\test_exec.obj: .\exec\exec.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\exec\exec.cpp +$(OBJS)\test_dir.obj: .\file\dir.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\file\dir.cpp + $(OBJS)\test_filefn.obj: .\file\filefn.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) .\file\filefn.cpp