diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-31 21:55:49 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-31 21:55:49 (GMT) |
commit | 368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749 (patch) | |
tree | 9d1ccd9ddacb83eae6e30fdce0cc005fbad375b5 /Templates/staticLibHeader.dsptemplate | |
parent | ba707ce32dd107191b892f03226488a96c52ec4b (diff) | |
download | CMake-368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749.zip CMake-368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749.tar.gz CMake-368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749.tar.bz2 |
ENH: Attempt to add debug library postfix for visual studio 6
Diffstat (limited to 'Templates/staticLibHeader.dsptemplate')
-rw-r--r-- | Templates/staticLibHeader.dsptemplate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Templates/staticLibHeader.dsptemplate b/Templates/staticLibHeader.dsptemplate index 3aef2c3..39de7fc 100644 --- a/Templates/staticLibHeader.dsptemplate +++ b/Templates/staticLibHeader.dsptemplate @@ -93,6 +93,7 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
+# ADD LIB32 /nologo /out:"LIBRARY_OUTPUT_PATHDebug\OUTPUT_LIBNAMEDEBUG_POSTFIX.lib"
CMAKE_CUSTOM_RULE_CODE
|