X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3abcf424a3e250f5537f9f076d3fb86a925e2547..eab9751b66c3c9087e1d76f78df006a456d7410f:/tests/makefile.vc diff --git a/tests/makefile.vc b/tests/makefile.vc index fb110ed2ec..30fe10bb5b 100644 --- a/tests/makefile.vc +++ b/tests/makefile.vc @@ -1,6 +1,6 @@ # ========================================================================= # This makefile was generated by -# Bakefile 0.2.0 (http://bakefile.sourceforge.net) +# Bakefile 0.2.1 (http://bakefile.sourceforge.net) # Do not modify, all changes will be overwritten! # ========================================================================= @@ -12,7 +12,7 @@ ### Variables: ### -WX_RELEASE_NODOT = 27 +WX_RELEASE_NODOT = 28 OBJS = \ vc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG)$(DIR_SUFFIX_CPU) LIBDIRNAME = .\..\lib\vc$(DIR_SUFFIX_CPU)_$(LIBTYPE_SUFFIX)$(CFG) @@ -31,6 +31,7 @@ TEST_OBJECTS = \ $(OBJS)\test_test.obj \ $(OBJS)\test_archivetest.obj \ $(OBJS)\test_ziptest.obj \ + $(OBJS)\test_tartest.obj \ $(OBJS)\test_arrays.obj \ $(OBJS)\test_datetimetest.obj \ $(OBJS)\test_fileconftest.obj \ @@ -56,6 +57,7 @@ TEST_OBJECTS = \ $(OBJS)\test_bstream.obj \ $(OBJS)\test_datastreamtest.obj \ $(OBJS)\test_ffilestream.obj \ + $(OBJS)\test_fileback.obj \ $(OBJS)\test_filestream.obj \ $(OBJS)\test_largefile.obj \ $(OBJS)\test_memstream.obj \ @@ -418,6 +420,9 @@ $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp $(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_tartest.obj: .\archive\tartest.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** @@ -493,6 +498,9 @@ $(OBJS)\test_datastreamtest.obj: .\streams\datastreamtest.cpp $(OBJS)\test_ffilestream.obj: .\streams\ffilestream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_fileback.obj: .\streams\fileback.cpp + $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_filestream.obj: .\streams\filestream.cpp $(CXX) /c /nologo /TP /Fo$@ $(TEST_CXXFLAGS) $**