From 331c517eeb8c11e8fc67598a8156d14a2a865533 Mon Sep 17 00:00:00 2001 From: Ian Scott Date: Tue, 3 Jul 2001 05:27:39 -0400 Subject: 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 --- Templates/UtilityHeader.dsptemplate | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Templates/UtilityHeader.dsptemplate') diff --git a/Templates/UtilityHeader.dsptemplate b/Templates/UtilityHeader.dsptemplate index 626f777602..61dbc59596 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" -- cgit v1.2.1