X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2255c89f9a7662514e265d80cc6547d9d1b4b38..c8743553a137e13f8e66ff191c8da9b34cc62b8f:/tests/makefile.wat diff --git a/tests/makefile.wat b/tests/makefile.wat index fec8ef6c4c..a8c8d205ec 100644 --- a/tests/makefile.wat +++ b/tests/makefile.wat @@ -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! # ========================================================================= @@ -218,7 +218,7 @@ __GDIPLUS_LIB_p = gdiplus.lib ### Variables: ### -WX_RELEASE_NODOT = 27 +WX_RELEASE_NODOT = 28 OBJS = & wat_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) LIBDIRNAME = .\..\lib\wat_$(LIBTYPE_SUFFIX)$(CFG) @@ -236,6 +236,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 & @@ -368,6 +369,9 @@ $(OBJS)\test_archivetest.obj : .AUTODEPEND .\archive\archivetest.cpp $(OBJS)\test_ziptest.obj : .AUTODEPEND .\archive\ziptest.cpp $(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $< +$(OBJS)\test_tartest.obj : .AUTODEPEND .\archive\tartest.cpp + $(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $< + $(OBJS)\test_arrays.obj : .AUTODEPEND .\arrays\arrays.cpp $(CXX) -bt=nt -zq -fo=$^@ $(TEST_CXXFLAGS) $<