summaryrefslogtreecommitdiff
path: root/examples/cppunittest/CppUnitTestMain.dsp
diff options
context:
space:
mode:
authorBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-19 13:11:38 +0000
committerBaptiste Lepilleur <gaiacrtn@free.fr>2002-04-19 13:11:38 +0000
commit0aebae162476acace5580d3b54109111ff3514ca (patch)
treeea7f2a17f2dc458026d5322fa07acb8ffe2ce8b7 /examples/cppunittest/CppUnitTestMain.dsp
parent626e37841cfedef589fecb975876e7d22986cfb7 (diff)
downloadcppunit-0aebae162476acace5580d3b54109111ff3514ca.tar.gz
Src/cppunit/PlugInManager.
src/cppunit/PlugInManager.cpp: fixed bug in unload(). * include/cppunit/TypeInfoHelper.h: * src/cppunit/TypeInfoHelper.cpp: Implementation is now always available is CPPUNIT_HAVE_RTTI is not 0. This removes the need to use different libraries. CPPUNIT_USE_TYPEINFO_NAME can be set on a case by case basis for HelperMacros. * src/cppunit/TestFactoryRegistry.cpp: removed unused include of TypeInfoHelper.h. * include/cppunit/TextTestProgressListener.h: * src/cppunit/TextTestProgressListener.cpp: used endTest() instead of done() to finalize. * src/msvc6/TestPlugInRunner/TestPlugIn.h: * src/msvc6/TestPlugInRunner/TestPlugIn.cpp: updated to use the new test plug-in system. * examples/simple/SimplePlugIn.cpp: * examples/simple/simple_plugin.dsp: crossplatform test plug-in example using 'simple'. * examples/msvc6/EasyTestPlugIn/*: projects replaced with the crossplatform projecct examples/simple/simple_plugin.dsp.
Diffstat (limited to 'examples/cppunittest/CppUnitTestMain.dsp')
-rw-r--r--examples/cppunittest/CppUnitTestMain.dsp43
1 files changed, 0 insertions, 43 deletions
diff --git a/examples/cppunittest/CppUnitTestMain.dsp b/examples/cppunittest/CppUnitTestMain.dsp
index a566429..e3a6a30 100644
--- a/examples/cppunittest/CppUnitTestMain.dsp
+++ b/examples/cppunittest/CppUnitTestMain.dsp
@@ -19,7 +19,6 @@ CFG=CppUnitTestMain - Win32 Debug DLL
!MESSAGE
!MESSAGE "CppUnitTestMain - Win32 Release" (based on "Win32 (x86) Console Application")
!MESSAGE "CppUnitTestMain - Win32 Debug" (based on "Win32 (x86) Console Application")
-!MESSAGE "CppUnitTestMain - Win32 Debug Crossplatform Setting" (based on "Win32 (x86) Console Application")
!MESSAGE "CppUnitTestMain - Win32 Release DLL" (based on "Win32 (x86) Console Application")
!MESSAGE "CppUnitTestMain - Win32 Debug DLL" (based on "Win32 (x86) Console Application")
!MESSAGE
@@ -93,39 +92,6 @@ PostBuild_Desc=Self test
PostBuild_Cmds=$(TargetPath)
# End Special Build Tool
-!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Debug Crossplatform Setting"
-
-# PROP BASE Use_MFC 0
-# PROP BASE Use_Debug_Libraries 1
-# PROP BASE Output_Dir "CppUnitTestMain___Win32_Debug_Crossplatform_Setting"
-# PROP BASE Intermediate_Dir "CppUnitTestMain___Win32_Debug_Crossplatform_Setting"
-# PROP BASE Ignore_Export_Lib 0
-# PROP BASE Target_Dir ""
-# PROP Use_MFC 0
-# PROP Use_Debug_Libraries 1
-# PROP Output_Dir "DebugCrossplatform"
-# PROP Intermediate_Dir "DebugCrossplatform"
-# PROP Ignore_Export_Lib 0
-# PROP Target_Dir ""
-# ADD BASE CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /FD /GZ /c
-# SUBTRACT BASE CPP /YX /Yc /Yu
-# ADD CPP /nologo /MDd /W3 /Gm /GR /GX /ZI /Od /I "../../include" /D "WIN32" /D "_DEBUG" /D "_CONSOLE" /D "_MBCS" /D "CPPUNIT_DONT_USE_TYPEINFO" /FD /GZ /c
-# SUBTRACT CPP /YX /Yc /Yu
-# ADD BASE RSC /l 0x40c /d "_DEBUG"
-# ADD RSC /l 0x40c /d "_DEBUG"
-BSC32=bscmake.exe
-# ADD BASE BSC32 /nologo
-# ADD BSC32 /nologo
-LINK32=link.exe
-# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../lib/cppunitd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib ../../lib/cppunitcd.lib /nologo /subsystem:console /debug /machine:I386 /pdbtype:sept
-# Begin Special Build Tool
-TargetPath=.\DebugCrossplatform\CppUnitTestMain.exe
-SOURCE="$(InputPath)"
-PostBuild_Desc=Self test
-PostBuild_Cmds=$(TargetPath)
-# End Special Build Tool
-
!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
# PROP BASE Use_MFC 0
@@ -198,7 +164,6 @@ PostBuild_Cmds=$(TargetPath)
# Name "CppUnitTestMain - Win32 Release"
# Name "CppUnitTestMain - Win32 Debug"
-# Name "CppUnitTestMain - Win32 Debug Crossplatform Setting"
# Name "CppUnitTestMain - Win32 Release DLL"
# Name "CppUnitTestMain - Win32 Debug DLL"
# Begin Group "Tests"
@@ -473,10 +438,6 @@ SOURCE=..\..\lib\cppunit_dll.dll
# PROP Exclude_From_Build 1
-!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Debug Crossplatform Setting"
-
-# PROP Exclude_From_Build 1
-
!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
# Begin Custom Build - Updating DLL: $(InputPath)
@@ -508,10 +469,6 @@ SOURCE=..\..\lib\cppunitd_dll.dll
# PROP Exclude_From_Build 1
-!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Debug Crossplatform Setting"
-
-# PROP Exclude_From_Build 1
-
!ELSEIF "$(CFG)" == "CppUnitTestMain - Win32 Release DLL"
# PROP Exclude_From_Build 1