[Mockpp-commits] mockpp/bcb5 mock_test.bpf,1.29,1.30 mockpp.bpg,1.20,1.21 mockpp_production.bpr,1.3,
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-05-06 14:30:49
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29333/bcb5 Modified Files: mock_test.bpf mockpp.bpg mockpp_production.bpr Log Message: prepare next release Index: mock_test.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mock_test.bpf,v retrieving revision 1.29 retrieving revision 1.30 diff -u -d -r1.29 -r1.30 --- mock_test.bpf 6 May 2005 14:23:01 -0000 1.29 +++ mock_test.bpf 6 May 2005 14:30:35 -0000 1.30 @@ -1,5 +1,11 @@ +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file +main +//--------------------------------------------------------------------------- USELIB("c:\tmp\compile\mockpp_28.lib"); +USELIB("c:\tmp\compile\mockpp_production_28.lib"); USELIB("c:\tmp\compile\cppunit_1_10.lib"); +//--------------------------------------------------------------------------- USEUNIT("..\mockpp\tests\AssertMo_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounter_test.cpp"); USEUNIT("..\mockpp\tests\ExpectationCounterRange_test.cpp"); @@ -38,6 +44,3 @@ USEUNIT("..\mockpp\tests\ExpectationConglomeration_test.cpp"); USEUNIT("..\mockpp\tests\TimeServer_test.cpp"); USEUNIT("..\mockpp\tests\classes_ABCDE.cpp"); -//--------------------------------------------------------------------------- -This file is used by the project manager only and should be treated like the project file -main Index: mockpp_production.bpr =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp_production.bpr,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- mockpp_production.bpr 6 May 2005 14:23:02 -0000 1.3 +++ mockpp_production.bpr 6 May 2005 14:30:35 -0000 1.4 @@ -3,7 +3,7 @@ <PROJECT> <MACROS> <VERSION value="BCB.05.03"/> - <PROJECT value="c:\tmp\compile\mockpp_production_25.dll"/> + <PROJECT value="c:\tmp\compile\mockpp_production_28.dll"/> <OBJFILES value="c:\tmp\compile\mockpp_28\\TimeServer.obj"/> <RESFILES value=""/> <DEFFILE value=""/> Index: mockpp.bpg =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpg,v retrieving revision 1.20 retrieving revision 1.21 diff -u -d -r1.20 -r1.21 --- mockpp.bpg 6 May 2005 14:23:02 -0000 1.20 +++ mockpp.bpg 6 May 2005 14:30:35 -0000 1.21 @@ -10,7 +10,7 @@ BRCC = $(ROOT)\bin\brcc32.exe $** #------------------------------------------------------------------------------ PROJECTS = mockpp_28.dll jmock_test_20.exe mock_test_20.exe mock_greeter_20.exe \ - basicmock_20.exe visitmock_20.exe chainmock_20.exe poormock_20.exe mockpp_production_25.dll \ + basicmock_20.exe visitmock_20.exe chainmock_20.exe poormock_20.exe mockpp_production_28.dll \ poormock_se_20.exe verifying_20.exe cppunit_20.exe readability_test_25.exe #------------------------------------------------------------------------------ default: $(PROJECTS) @@ -20,7 +20,7 @@ $(ROOT)\bin\bpr2mak $** $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak -mockpp_production_25.dll: mockpp_production.bpr +mockpp_production_28.dll: mockpp_production.bpr $(ROOT)\bin\bpr2mak $** $(ROOT)\bin\make -$(MAKEFLAGS) -f$*.mak |