summaryrefslogtreecommitdiffstats
path: root/Templates/UtilityHeader.dsptemplate
diff options
context:
space:
mode:
authorIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-03 09:27:39 (GMT)
committerIan Scott <ian.m.scott@stud.man.ac.uk>2001-07-03 09:27:39 (GMT)
commit331c517eeb8c11e8fc67598a8156d14a2a865533 (patch)
tree89db69c1b8c3980ac79f90d1f0420ec85254e025 /Templates/UtilityHeader.dsptemplate
parentd9e7be545f449db384e6e0193a7906e6139acb9c (diff)
downloadCMake-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/UtilityHeader.dsptemplate')
-rw-r--r--Templates/UtilityHeader.dsptemplate14
1 files changed, 7 insertions, 7 deletions
diff --git a/Templates/UtilityHeader.dsptemplate b/Templates/UtilityHeader.dsptemplate
index 626f777..61dbc59 100644
--- a/Templates/UtilityHeader.dsptemplate
+++ b/Templates/UtilityHeader.dsptemplate
@@ -20,7 +20,7 @@ CFG=OUTPUT_LIBNAME - Win32 Debug
!MESSAGE "OUTPUT_LIBNAME - Win32 Debug" (based on "Win32 (x86) Generic Project")
!MESSAGE "OUTPUT_LIBNAME - Win32 MinSizeRel" (based on "Win32 (x86) Generic Project")
!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Generic Project")
-!MESSAGE "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo" (based on "Win32 (x86) Generic Project")
+!MESSAGE "OUTPUT_LIBNAME - Win32 RelWithDebInfo" (based on "Win32 (x86) Generic Project")
!MESSAGE
# Begin Project
@@ -68,17 +68,17 @@ MTL=midl.exe
# PROP Intermediate_Dir "MinSizeRel"
# PROP Target_Dir ""
-!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 ReleaseWithDebugInfo"
+!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 RelWithDebInfo"
# PROP BASE Use_MFC 0
# 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 0
# 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 ""
!ENDIF
@@ -88,4 +88,4 @@ MTL=midl.exe
# 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"