summaryrefslogtreecommitdiffstats
path: root/Templates/UtilityHeader.dsptemplate
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2001-05-23 18:05:26 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2001-05-23 18:05:26 (GMT)
commit2eb7fee1fc8520f18dcd1188acc550e736b3a8a2 (patch)
tree0242e3ff5f21ad71dd05a13c46ced98de81e8d04 /Templates/UtilityHeader.dsptemplate
parent566c8d4ba0ab327e4cefe72f0ddace84f4c01b41 (diff)
downloadCMake-2eb7fee1fc8520f18dcd1188acc550e736b3a8a2.zip
CMake-2eb7fee1fc8520f18dcd1188acc550e736b3a8a2.tar.gz
CMake-2eb7fee1fc8520f18dcd1188acc550e736b3a8a2.tar.bz2
ENH: change Release Minsize to MinSizeRel, add MinSizeRel to dll template
Diffstat (limited to 'Templates/UtilityHeader.dsptemplate')
-rw-r--r--Templates/UtilityHeader.dsptemplate6
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"