X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e2255c89f9a7662514e265d80cc6547d9d1b4b38..0a95d3369e08206a43032472418693f7726591e5:/tests/makefile.bcc diff --git a/tests/makefile.bcc b/tests/makefile.bcc index a3f236e409..1d4452d3cd 100644 --- a/tests/makefile.bcc +++ b/tests/makefile.bcc @@ -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! # ========================================================================= @@ -21,7 +21,7 @@ BCCDIR = $(MAKEDIR)\.. ### Variables: ### -WX_RELEASE_NODOT = 27 +WX_RELEASE_NODOT = 28 OBJS = \ bcc_$(PORTNAME)$(WXUNIVNAME)$(WXUNICODEFLAG)$(WXDEBUGFLAG)$(WXDLLFLAG)$(CFG) LIBDIRNAME = .\..\lib\bcc_$(LIBTYPE_SUFFIX)$(CFG) @@ -39,6 +39,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 \ @@ -335,6 +336,9 @@ $(OBJS)\test_archivetest.obj: .\archive\archivetest.cpp $(OBJS)\test_ziptest.obj: .\archive\ziptest.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** +$(OBJS)\test_tartest.obj: .\archive\tartest.cpp + $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $** + $(OBJS)\test_arrays.obj: .\arrays\arrays.cpp $(CXX) -q -c -P -o$@ $(TEST_CXXFLAGS) $**