summaryrefslogtreecommitdiffstats
path: root/Templates/staticLibHeader.dsptemplate
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-08-28 18:33:12 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-08-28 18:33:12 (GMT)
commit6046060714cf1c9098a843e65151f3ff27a40a7d (patch)
tree6f49e545b8b915be935bb519a74535da47d8ab03 /Templates/staticLibHeader.dsptemplate
parent6f310818e1bbcfd7a8f0b8951052a45671d3b18c (diff)
downloadCMake-6046060714cf1c9098a843e65151f3ff27a40a7d.zip
CMake-6046060714cf1c9098a843e65151f3ff27a40a7d.tar.gz
CMake-6046060714cf1c9098a843e65151f3ff27a40a7d.tar.bz2
ENH: add include paths to rc program for resource generation
Diffstat (limited to 'Templates/staticLibHeader.dsptemplate')
-rw-r--r--Templates/staticLibHeader.dsptemplate8
1 files changed, 4 insertions, 4 deletions
diff --git a/Templates/staticLibHeader.dsptemplate b/Templates/staticLibHeader.dsptemplate
index 523c53f..2eb8ea0 100644
--- a/Templates/staticLibHeader.dsptemplate
+++ b/Templates/staticLibHeader.dsptemplate
@@ -59,7 +59,7 @@ RSC=rc.exe
# ADD CPP CMAKE_CXX_FLAGS
# ADD CPP CMAKE_CXX_FLAGS_RELEASE
# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
+# ADD RSC BUILD_INCLUDES /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -87,7 +87,7 @@ CMAKE_CUSTOM_RULE_CODE
# ADD CPP CMAKE_CXX_FLAGS
# ADD CPP CMAKE_CXX_FLAGS_DEBUG
# ADD BASE RSC /l 0x409 /d "_DEBUG"
-# ADD RSC /l 0x409 /d "_DEBUG"
+# ADD RSC BUILD_INCLUDES /l 0x409 /d "_DEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -115,7 +115,7 @@ CMAKE_CUSTOM_RULE_CODE
# ADD CPP CMAKE_CXX_FLAGS
# ADD CPP CMAKE_CXX_FLAGS_MINSIZEREL
# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
+# ADD RSC BUILD_INCLUDES /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
@@ -143,7 +143,7 @@ CMAKE_CUSTOM_RULE_CODE
# ADD CPP CMAKE_CXX_FLAGS
# ADD CPP CMAKE_CXX_FLAGS_RELWITHDEBINFO
# ADD BASE RSC /l 0x409 /d "NDEBUG"
-# ADD RSC /l 0x409 /d "NDEBUG"
+# ADD RSC BUILD_INCLUDES /l 0x409 /d "NDEBUG"
BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo