summaryrefslogtreecommitdiffstats
path: root/Templates/EXEHeader.dsptemplate
diff options
context:
space:
mode:
authorKen Martin <ken.martin@kitware.com>2001-11-09 18:00:53 (GMT)
committerKen Martin <ken.martin@kitware.com>2001-11-09 18:00:53 (GMT)
commit722283804b7d3b04e90daac84465c53130748ee0 (patch)
treefa0d56a7132e4593309b1186a4b89f44291333e0 /Templates/EXEHeader.dsptemplate
parent123f9b50eaf9b31b56144454658b0f629dda2cbb (diff)
downloadCMake-722283804b7d3b04e90daac84465c53130748ee0.zip
CMake-722283804b7d3b04e90daac84465c53130748ee0.tar.gz
CMake-722283804b7d3b04e90daac84465c53130748ee0.tar.bz2
support for custom targets on exe and lib
Diffstat (limited to 'Templates/EXEHeader.dsptemplate')
-rw-r--r--Templates/EXEHeader.dsptemplate8
1 files changed, 8 insertions, 0 deletions
diff --git a/Templates/EXEHeader.dsptemplate b/Templates/EXEHeader.dsptemplate
index b331f92..819c9a1 100644
--- a/Templates/EXEHeader.dsptemplate
+++ b/Templates/EXEHeader.dsptemplate
@@ -72,6 +72,8 @@ LINK32=link.exe
CM_MULTILINE_OPTIMIZED_LIBRARIES
CM_MULTILINE_LIBRARIES
+CMAKE_CUSTOM_RULE_CODE
+
!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 Debug"
# PROP BASE Use_MFC CMAKE_MFC_FLAG
@@ -102,6 +104,8 @@ LINK32=link.exe
CM_MULTILINE_DEBUG_LIBRARIES
CM_MULTILINE_LIBRARIES
+CMAKE_CUSTOM_RULE_CODE
+
!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 MinSizeRel"
# PROP BASE Use_MFC CMAKE_MFC_FLAG
# PROP BASE Use_Debug_Libraries 0
@@ -129,6 +133,8 @@ LINK32=link.exe
CM_MULTILINE_OPTIMIZED_LIBRARIES
CM_MULTILINE_LIBRARIES
+CMAKE_CUSTOM_RULE_CODE
+
!ELSEIF "$(CFG)" == "OUTPUT_LIBNAME - Win32 RelWithDebInfo"
# PROP BASE Use_MFC CMAKE_MFC_FLAG
@@ -157,6 +163,8 @@ LINK32=link.exe
CM_MULTILINE_OPTIMIZED_LIBRARIES
CM_MULTILINE_LIBRARIES
+CMAKE_CUSTOM_RULE_CODE
+
!ENDIF
# Begin Target