diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-07-03 09:27:39 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-07-03 09:27:39 (GMT) |
commit | 331c517eeb8c11e8fc67598a8156d14a2a865533 (patch) | |
tree | 89db69c1b8c3980ac79f90d1f0420ec85254e025 /Templates/EXEHeader.dsptemplate | |
parent | d9e7be545f449db384e6e0193a7906e6139acb9c (diff) | |
download | CMake-331c517eeb8c11e8fc67598a8156d14a2a865533.zip CMake-331c517eeb8c11e8fc67598a8156d14a2a865533.tar.gz CMake-331c517eeb8c11e8fc67598a8156d14a2a865533.tar.bz2 |
Renamed the ReleaseWithDebugInfo Build configuration to RelWithDebInfo,
because msdev does simple matching on build target, and specifying either
Release or Debug builds would also build ReleaseWithDebugInfo
Diffstat (limited to 'Templates/EXEHeader.dsptemplate')
-rw-r--r-- | Templates/EXEHeader.dsptemplate | 16 |
1 files changed, 8 insertions, 8 deletions
diff --git a/Templates/EXEHeader.dsptemplate b/Templates/EXEHeader.dsptemplate index a015d97..c5a1244 100644 --- a/Templates/EXEHeader.dsptemplate +++ b/Templates/EXEHeader.dsptemplate @@ -33,7 +33,7 @@ CFG=OUTPUT_LIBNAME - Win32 Debug !MESSAGE "OUTPUT_LIBNAME - Win32 Debug" (based on "Win32 (x86) Application")
!MESSAGE "OUTPUT_LIBNAME - Win32 MinSizeRel" (based on "Win32 (x86) Application")
!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Application")
-!MESSAGE "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo" (based on "Win32 (x86) Application")
+!MESSAGE "OUTPUT_LIBNAME - Win32 RelWithDebInfo" (based on "Win32 (x86) Application")
!MESSAGE
# Begin Project
@@ -129,23 +129,23 @@ LINK32=link.exe CM_MULTILINE_OPTIMIZED_LIBRARIES
CM_MULTILINE_LIBRARIES
-!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo"
+!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 RelWithDebInfo"
# PROP BASE Use_MFC CMAKE_MFC_FLAG
# PROP BASE Use_Debug_Libraries 0
-# PROP BASE Output_Dir "ReleaseWithDebugInfo"
-# PROP BASE Intermediate_Dir "ReleaseWithDebugInfo"
+# PROP BASE Output_Dir "RelWithDebInfo"
+# PROP BASE Intermediate_Dir "RelWithDebInfo"
# PROP BASE Target_Dir ""
# PROP Use_MFC CMAKE_MFC_FLAG
# PROP Use_Debug_Libraries 0
-# PROP Output_Dir "EXECUTABLE_OUTPUT_PATHReleaseWithDebugInfo"
-# PROP Intermediate_Dir "ReleaseWithDebugInfo"
+# PROP Output_Dir "EXECUTABLE_OUTPUT_PATHRelWithDebInfo"
+# PROP Intermediate_Dir "RelWithDebInfo"
# PROP Target_Dir ""
# ADD BASE CPP /nologo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
# ADD CPP /nologo /D "WIN32" /D "NDEBUG" /D "_CONSOLE" /D "_MBCS" /FD /c
# ADD CPP BUILD_INCLUDES EXTRA_DEFINES /D "OUTPUT_LIBNAME_EXPORTS"
# ADD CPP CMAKE_CXX_FLAGS
-# ADD CPP CMAKE_CXX_FLAGS_RELWITHDEBUGINFO
+# ADD CPP CMAKE_CXX_FLAGS_RELWITHDEBINFO
# ADD BASE RSC /l 0x409 /d "NDEBUG"
# ADD RSC /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
@@ -164,4 +164,4 @@ CM_MULTILINE_LIBRARIES # Name "OUTPUT_LIBNAME - Win32 Release"
# Name "OUTPUT_LIBNAME - Win32 Debug"
# Name "OUTPUT_LIBNAME - Win32 MinSizeRel"
-# Name "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo"
+# Name "OUTPUT_LIBNAME - Win32 RelWithDebInfo"
|