X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3c70014d966bbfa08d201ca24c825f2d88cc3975..df21986cb7d7d33a8c28a2c60930532a7a53233c:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index 1c47dd5492..10d9f2fda2 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -33,9 +33,9 @@ TEST_OBJECTS = \ $(OBJS)\test_arrays.obj \ $(OBJS)\test_datetimetest.obj \ $(OBJS)\test_fileconftest.obj \ + $(OBJS)\test_filekind.obj \ $(OBJS)\test_filenametest.obj \ $(OBJS)\test_filesystest.obj \ - $(OBJS)\test_filetype.obj \ $(OBJS)\test_fontmaptest.obj \ $(OBJS)\test_formatconvertertest.obj \ $(OBJS)\test_hashes.obj \ @@ -368,13 +368,13 @@ $(OBJS)\test_datetimetest.obj: .\datetime\datetimetest.cpp $(OBJS)\test_fileconftest.obj: .\fileconf\fileconftest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** -$(OBJS)\test_filenametest.obj: .\filename\filenametest.cpp +$(OBJS)\test_filekind.obj: .\filekind\filekind.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** -$(OBJS)\test_filesystest.obj: .\filesys\filesystest.cpp +$(OBJS)\test_filenametest.obj: .\filename\filenametest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** -$(OBJS)\test_filetype.obj: .\filetype\filetype.cpp +$(OBJS)\test_filesystest.obj: .\filesys\filesystest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** $(OBJS)\test_fontmaptest.obj: .\fontmap\fontmaptest.cpp