diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 13:12:47 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2004-07-09 13:12:47 (GMT) |
commit | d759b687a71e4f04c8355d720707f33d947ca674 (patch) | |
tree | 84351ed795281308dc7206aeb00359e0b9f20728 /Source/cmLocalUnixMakefileGenerator.cxx | |
parent | 1d6eecd949cca85adc13d36e04b85fc4d39a3e49 (diff) | |
download | CMake-d759b687a71e4f04c8355d720707f33d947ca674.zip CMake-d759b687a71e4f04c8355d720707f33d947ca674.tar.gz CMake-d759b687a71e4f04c8355d720707f33d947ca674.tar.bz2 |
BUG: remove double include flags for rc resouce compiles
Diffstat (limited to 'Source/cmLocalUnixMakefileGenerator.cxx')
-rw-r--r-- | Source/cmLocalUnixMakefileGenerator.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/Source/cmLocalUnixMakefileGenerator.cxx b/Source/cmLocalUnixMakefileGenerator.cxx index 6e6725e..7624136 100644 --- a/Source/cmLocalUnixMakefileGenerator.cxx +++ b/Source/cmLocalUnixMakefileGenerator.cxx @@ -2836,7 +2836,6 @@ OutputBuildObjectFromSource(std::ostream& fout, return; case cmSystemTools::RESOURCE_FILE_FORMAT: { - flags = " $(INCLUDE_FLAGS) "; // use rc rule here if it is defined const char* rule = m_Makefile->GetDefinition("CMAKE_COMPILE_RESOURCE"); if(rule) |