diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-31 16:55:49 -0500 |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2003-10-31 16:55:49 -0500 |
commit | 368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749 (patch) | |
tree | 9d1ccd9ddacb83eae6e30fdce0cc005fbad375b5 /Templates/DLLHeader.dsptemplate | |
parent | ba707ce32dd107191b892f03226488a96c52ec4b (diff) | |
download | cmake-368d7f7c185b8d6b8d0ab5c0e173cf5b59e75749.tar.gz |
ENH: Attempt to add debug library postfix for visual studio 6
Diffstat (limited to 'Templates/DLLHeader.dsptemplate')
-rw-r--r-- | Templates/DLLHeader.dsptemplate | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Templates/DLLHeader.dsptemplate b/Templates/DLLHeader.dsptemplate index 2e4a13d5ea..cbb7ee0988 100644 --- a/Templates/DLLHeader.dsptemplate +++ b/Templates/DLLHeader.dsptemplate @@ -102,7 +102,9 @@ BSC32=bscmake.exe # ADD BSC32 /nologo
LINK32=link.exe
# ADD BASE LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
-# ADD LINK32 CM_DEBUG_LIBRARIES CM_LIBRARIES kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /pdbtype:sept
+CM_MULTILINE_DEBUG_LIBRARIES
+CM_MULTILINE_LIBRARIES_FOR_DEBUG
+# ADD LINK32 kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /dll /debug /machine:I386 /out:"LIBRARY_OUTPUT_PATHDebug/OUTPUT_LIBNAMEDEBUG_POSTFIX.dll" /pdbtype:sept
CMAKE_CUSTOM_RULE_CODE
|