[Mockpp-commits] mockpp/bcb5 Makefile.am,1.13,1.14 mockpp.bpf,1.31,1.32
Brought to you by:
ewald-arnold
From: Ewald A. <ewa...@us...> - 2005-12-28 21:31:48
|
Update of /cvsroot/mockpp/mockpp/bcb5 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1522/bcb5 Modified Files: Makefile.am mockpp.bpf Log Message: avoid name collision on win32 Index: Makefile.am =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/Makefile.am,v retrieving revision 1.13 retrieving revision 1.14 diff -u -d -r1.13 -r1.14 --- Makefile.am 19 Nov 2005 17:35:27 -0000 1.13 +++ Makefile.am 28 Dec 2005 21:31:40 -0000 1.14 @@ -9,6 +9,8 @@ mockpp.bpg \ mockpp_production.bpr \ mockpp_production.bpf \ + mockpp_cxxtest.bpr \ + mockpp_cxxtest.bpf \ readability.bpf \ readability.bpr \ mock_greeter.bpf \ Index: mockpp.bpf =================================================================== RCS file: /cvsroot/mockpp/mockpp/bcb5/mockpp.bpf,v retrieving revision 1.31 retrieving revision 1.32 diff -u -d -r1.31 -r1.32 --- mockpp.bpf 17 Dec 2005 18:38:46 -0000 1.31 +++ mockpp.bpf 28 Dec 2005 21:31:40 -0000 1.32 @@ -1,46 +1,46 @@ -USELIB("h:\tmp\compile\mockpp_cxxtest_34.lib"); -USELIB("h:\tmp\compile\mockpp_production_34.lib"); -//--------------------------------------------------------------------------- -USEUNIT("..\mockpp\util\NotImplementedException.cpp"); -USEUNIT("..\mockpp\util\AssertMo.cpp"); -USEUNIT("..\mockpp\compat\AssertionFailedError.cpp"); -USEUNIT("..\mockpp\compat\Exception.cpp"); -USEUNIT("..\mockpp\compat\Formatter.cpp"); -USEUNIT("..\mockpp\compat\Assert.cpp"); -USEUNIT("..\mockpp\chaining\ChainingMockObjectSupport.cpp"); -USEUNIT("..\mockpp\ExpectationCounter.cpp"); -USEUNIT("..\mockpp\ThrowableList.cpp"); -USEUNIT("..\mockpp\Verifiable.cpp"); -USEUNIT("..\mockpp\VerifiableList.cpp"); -USEUNIT("..\mockpp\visiting\VisitableMockObject.cpp"); -USEUNIT("..\mockpp\visiting\VisitableMockMethod.cpp"); -USEUNIT("..\mockpp\MixedMockObject.cpp"); -USEUNIT("..\mockpp\Throwable.cpp"); -USEUNIT("..\mockpp\TrackingCounter.cpp"); -USEUNIT("..\mockpp\mockpp.cpp"); -USEUNIT("..\mockpp\MockObject.cpp"); -USEUNIT("..\mockpp\framework\VerifyingTestCase.cpp"); -USEUNIT("..\mockpp\framework\VerifyingTestCaller.cpp"); -USEUNIT("..\mockpp\SelfDescribing.cpp"); -USEUNIT("..\mockpp\chaining\ChainableMockObject.cpp"); -USEUNIT("..\mockpp\builder\BuilderNamespace.cpp"); -USEUNIT("..\mockpp\stub\VoidStub.cpp"); -USEUNIT("..\mockpp\chaining\Invocation.cpp"); -USEUNIT("..\mockpp\constraint\IsNothing.cpp"); -USEUNIT("..\mockpp\constraint\IsAnything.cpp"); -USEUNIT("..\mockpp\matcher\TypelessMatcher.cpp"); -USEUNIT("..\mockpp\matcher\InvokeAtMostMatcher.cpp"); -USEUNIT("..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"); -USEUNIT("..\mockpp\matcher\UnlimitedMatcher.cpp"); -USEUNIT("..\mockpp\matcher\InvokeCountMatcher.cpp"); -USEUNIT("..\mockpp\matcher\InvokedRecorder.cpp"); -USEUNIT("..\mockpp\matcher\InvokeOnceMatcher.cpp"); -USEUNIT("..\mockpp\matcher\TestFailureMatcher.cpp"); -USEUNIT("..\mockpp\matcher\InvokeAtLeastMatcher.cpp"); -USEUNIT("..\mockpp\builder\IdentityBuilder.cpp"); -USEUNIT("..\mockpp\constraint\TypelessConstraint.cpp"); -USEUNIT("..\mockpp\constraint\ConstraintSet.cpp"); -USEUNIT("..\mockpp\MockTimeServer.cpp"); -//--------------------------------------------------------------------------- -This file is used by the project manager only and should be treated like the project file -DllEntryPoint +USELIB("h:\tmp\compile\mockpp_cxxtest_34.lib"); +USELIB("h:\tmp\compile\mockpp_production_34.lib"); +//--------------------------------------------------------------------------- +USEUNIT("..\mockpp\util\NotImplementedException.cpp"); +USEUNIT("..\mockpp\util\AssertMo.cpp"); +USEUNIT("..\mockpp\compat\AssertionFailedError.cpp"); +USEUNIT("..\mockpp\compat\Exception.cpp"); +USEUNIT("..\mockpp\compat\Formatter.cpp"); +USEUNIT("..\mockpp\compat\Asserter.cpp"); +USEUNIT("..\mockpp\chaining\ChainingMockObjectSupport.cpp"); +USEUNIT("..\mockpp\ExpectationCounter.cpp"); +USEUNIT("..\mockpp\ThrowableList.cpp"); +USEUNIT("..\mockpp\Verifiable.cpp"); +USEUNIT("..\mockpp\VerifiableList.cpp"); +USEUNIT("..\mockpp\visiting\VisitableMockObject.cpp"); +USEUNIT("..\mockpp\visiting\VisitableMockMethod.cpp"); +USEUNIT("..\mockpp\MixedMockObject.cpp"); +USEUNIT("..\mockpp\Throwable.cpp"); +USEUNIT("..\mockpp\TrackingCounter.cpp"); +USEUNIT("..\mockpp\mockpp.cpp"); +USEUNIT("..\mockpp\MockObject.cpp"); +USEUNIT("..\mockpp\framework\VerifyingTestCase.cpp"); +USEUNIT("..\mockpp\framework\VerifyingTestCaller.cpp"); +USEUNIT("..\mockpp\SelfDescribing.cpp"); +USEUNIT("..\mockpp\chaining\ChainableMockObject.cpp"); +USEUNIT("..\mockpp\builder\BuilderNamespace.cpp"); +USEUNIT("..\mockpp\stub\VoidStub.cpp"); +USEUNIT("..\mockpp\chaining\Invocation.cpp"); +USEUNIT("..\mockpp\constraint\IsNothing.cpp"); +USEUNIT("..\mockpp\constraint\IsAnything.cpp"); +USEUNIT("..\mockpp\matcher\TypelessMatcher.cpp"); +USEUNIT("..\mockpp\matcher\InvokeAtMostMatcher.cpp"); +USEUNIT("..\mockpp\matcher\InvokeAtLeastOnceMatcher.cpp"); +USEUNIT("..\mockpp\matcher\UnlimitedMatcher.cpp"); +USEUNIT("..\mockpp\matcher\InvokeCountMatcher.cpp"); +USEUNIT("..\mockpp\matcher\InvokedRecorder.cpp"); +USEUNIT("..\mockpp\matcher\InvokeOnceMatcher.cpp"); +USEUNIT("..\mockpp\matcher\TestFailureMatcher.cpp"); +USEUNIT("..\mockpp\matcher\InvokeAtLeastMatcher.cpp"); +USEUNIT("..\mockpp\builder\IdentityBuilder.cpp"); +USEUNIT("..\mockpp\constraint\TypelessConstraint.cpp"); +USEUNIT("..\mockpp\constraint\ConstraintSet.cpp"); +USEUNIT("..\mockpp\MockTimeServer.cpp"); +//--------------------------------------------------------------------------- +This file is used by the project manager only and should be treated like the project file +DllEntryPoint |