diff options
| author | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-16 18:02:41 +0000 |
|---|---|---|
| committer | Baptiste Lepilleur <gaiacrtn@free.fr> | 2004-06-16 18:02:41 +0000 |
| commit | 3217c0e4adaaade5dfa18000fdce28c1a901390a (patch) | |
| tree | 1da9422c71c897c6feeeb6347deb02b4778b73fe /src/DllPlugInTester | |
| parent | 5ea8214adc1be7619e7680aca112b4a42618877d (diff) | |
| download | cppunit-3217c0e4adaaade5dfa18000fdce28c1a901390a.tar.gz | |
fixing project compilation settings (rtti not always enabled)
Diffstat (limited to 'src/DllPlugInTester')
| -rw-r--r-- | src/DllPlugInTester/DllPlugInTesterTest.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DllPlugInTester/DllPlugInTesterTest.dsp b/src/DllPlugInTester/DllPlugInTesterTest.dsp index ff91f85..8dc598a 100644 --- a/src/DllPlugInTester/DllPlugInTesterTest.dsp +++ b/src/DllPlugInTester/DllPlugInTesterTest.dsp @@ -42,7 +42,7 @@ RSC=rc.exe # PROP Ignore_Export_Lib 0 # PROP Target_Dir "" # ADD BASE CPP /nologo /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /YX /FD /c -# ADD CPP /nologo /MD /W3 /GR /GX /O2 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /YX /FD /c +# ADD CPP /nologo /MD /W3 /GR /GX /Ox /Ot /Oa /Ow /Og /Oi /Oy /Ob0 /I "..\..\include" /D "NDEBUG" /D "WIN32" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DLL" /YX /FD /c # ADD BASE RSC /l 0x40c /d "NDEBUG" # ADD RSC /l 0x40c /d "NDEBUG" BSC32=bscmake.exe |
