diff options
Diffstat (limited to 'Templates/UtilityHeader.dsptemplate')
-rw-r--r-- | Templates/UtilityHeader.dsptemplate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Templates/UtilityHeader.dsptemplate b/Templates/UtilityHeader.dsptemplate index 973ee76..434c7d9 100644 --- a/Templates/UtilityHeader.dsptemplate +++ b/Templates/UtilityHeader.dsptemplate @@ -19,7 +19,7 @@ CFG=OUTPUT_LIBNAME - Win32 Debug !MESSAGE
!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Generic Project")
!MESSAGE "OUTPUT_LIBNAME - Win32 Debug" (based on "Win32 (x86) Generic Project")
-!MESSAGE "OUTPUT_LIBNAME - Win32 Release MinSize" (based on "Win32 (x86) Generic Project")
+!MESSAGE "OUTPUT_LIBNAME - Win32 MinSizeRel" (based on "Win32 (x86) Generic Project")
!MESSAGE
# Begin Project
@@ -54,7 +54,7 @@ MTL=midl.exe # PROP Intermediate_Dir "Debug"
# PROP Target_Dir ""
-!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 Release MinSize"
+!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 MinSizeRel"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -73,4 +73,4 @@ MTL=midl.exe # Name "OUTPUT_LIBNAME - Win32 Release"
# Name "OUTPUT_LIBNAME - Win32 Debug"
-# Name "OUTPUT_LIBNAME - Win32 Release MinSize"
+# Name "OUTPUT_LIBNAME - Win32 MinSizeRel"
|