diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-06-04 19:46:09 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-06-04 19:46:09 (GMT) |
commit | 4d51f161183d213156afb47db4ca32acefec5c11 (patch) | |
tree | 8fb02b543a5011219c7fe834163f11b84c0a48d2 /Templates/staticLibHeader.dsptemplate | |
parent | b6d823a7c1573dd48a05269f27935646850dc485 (diff) | |
download | CMake-4d51f161183d213156afb47db4ca32acefec5c11.zip CMake-4d51f161183d213156afb47db4ca32acefec5c11.tar.gz CMake-4d51f161183d213156afb47db4ca32acefec5c11.tar.bz2 |
the "Release" target is not the default.
Diffstat (limited to 'Templates/staticLibHeader.dsptemplate')
-rw-r--r-- | Templates/staticLibHeader.dsptemplate | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Templates/staticLibHeader.dsptemplate b/Templates/staticLibHeader.dsptemplate index 3866279..533e3f8 100644 --- a/Templates/staticLibHeader.dsptemplate +++ b/Templates/staticLibHeader.dsptemplate @@ -30,9 +30,9 @@ CFG=OUTPUT_LIBNAME - Win32 Debug !MESSAGE
!MESSAGE Possible choices for configuration are:
!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 MinSizeRel" (based on "Win32 (x86) Static Library")
+!MESSAGE "OUTPUT_LIBNAME - Win32 Release" (based on "Win32 (x86) Static Library")
# Begin Project
# PROP AllowPerConfigDependencies 0
# PROP Scc_ProjName ""
|