diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-23 18:05:26 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-05-23 18:05:26 (GMT) |
commit | 2eb7fee1fc8520f18dcd1188acc550e736b3a8a2 (patch) | |
tree | 0242e3ff5f21ad71dd05a13c46ced98de81e8d04 /Templates/staticLibHeader.dsptemplate | |
parent | 566c8d4ba0ab327e4cefe72f0ddace84f4c01b41 (diff) | |
download | CMake-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/staticLibHeader.dsptemplate')
-rw-r--r-- | Templates/staticLibHeader.dsptemplate | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Templates/staticLibHeader.dsptemplate b/Templates/staticLibHeader.dsptemplate index 14fd0cd..8c189a7 100644 --- a/Templates/staticLibHeader.dsptemplate +++ b/Templates/staticLibHeader.dsptemplate @@ -32,7 +32,7 @@ CFG=OUTPUT_LIBNAME - Win32 Debug !MESSAGE
!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Static Library")
!MESSAGE "OUTPUT_LIBNAME - Win32 Debug" (based on "Win32 (x86) Static Library")
-!MESSAGE "OUTPUT_LIBNAME - Win32 Release MinSize" (based on "Win32 (x86) Static Library")
+!MESSAGE "OUTPUT_LIBNAME - Win32 MinSizeRel" (based on "Win32 (x86) Static Library")
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
@@ -84,7 +84,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 Release MinSize"
+!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 MinSizeRel"
# PROP BASE Use_MFC 0
# PROP BASE Use_Debug_Libraries 0
@@ -116,5 +116,5 @@ LIB32=link.exe -lib # Name "OUTPUT_LIBNAME - Win32 Release"
# Name "OUTPUT_LIBNAME - Win32 Debug"
-# Name "OUTPUT_LIBNAME - Win32 Release MinSize"
+# Name "OUTPUT_LIBNAME - Win32 MinSizeRel"
|