summaryrefslogtreecommitdiffstats
path: root/Templates/EXEHeader.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/EXEHeader.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/EXEHeader.dsptemplate')
-rw-r--r--Templates/EXEHeader.dsptemplate8
1 files changed, 4 insertions, 4 deletions
diff --git a/Templates/EXEHeader.dsptemplate b/Templates/EXEHeader.dsptemplate
index 819c9a1..a279d32 100644
--- a/Templates/EXEHeader.dsptemplate
+++ b/Templates/EXEHeader.dsptemplate
@@ -62,7 +62,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
@@ -94,7 +94,7 @@ CMAKE_CUSTOM_RULE_CODE
# ADD BASE MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# ADD MTL /nologo /D "_DEBUG" /mktyplib203 /win32
# 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
@@ -123,7 +123,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
@@ -153,7 +153,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