diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-26 07:30:01 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2002-03-26 07:30:01 +0000 |
| commit | 95290f6db0d17b3bb445e4fe4da4d2ba0307937c (patch) | |
| tree | fe1ab8d771886cde77aa2f9c528353efca7f25c7 /src/msvc6 | |
| parent | 103624a354426dd660365e6e4a54e8ffffa9a3c9 (diff) | |
| download | cppunit-95290f6db0d17b3bb445e4fe4da4d2ba0307937c.tar.gz | |
src/msvc6/testpluginrunner/TestPlugInRunner.dsp: fixed release configuration.
Diffstat (limited to 'src/msvc6')
| -rw-r--r-- | src/msvc6/testpluginrunner/TestPlugInRunner.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/msvc6/testpluginrunner/TestPlugInRunner.dsp b/src/msvc6/testpluginrunner/TestPlugInRunner.dsp index e741dc5..b87ab67 100644 --- a/src/msvc6/testpluginrunner/TestPlugInRunner.dsp +++ b/src/msvc6/testpluginrunner/TestPlugInRunner.dsp @@ -53,7 +53,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo LINK32=link.exe # ADD BASE LINK32 /nologo /subsystem:windows /machine:I386 -# ADD LINK32 /nologo /subsystem:windows /machine:I386 +# ADD LINK32 ../../../lib/cppunit.lib ../../../lib/testrunner.lib /nologo /subsystem:windows /machine:I386 !ELSEIF "$(CFG)" == "TestPlugInRunner - Win32 Debug" |
