diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-23 18:46:34 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2006-02-23 18:46:34 (GMT) |
commit | 7c0251014ca0fe647f7ef3743db10fa470b03034 (patch) | |
tree | dfc8a37ed8bef0ed686165a4a2c6011da165f490 /Source/cmLocalVisualStudio7Generator.cxx | |
parent | 549b77034e4a927a5f5775b0d6d2ef8026b14de0 (diff) | |
download | CMake-7c0251014ca0fe647f7ef3743db10fa470b03034.zip CMake-7c0251014ca0fe647f7ef3743db10fa470b03034.tar.gz CMake-7c0251014ca0fe647f7ef3743db10fa470b03034.tar.bz2 |
COMP: More fixes for visual studio
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.cxx')
-rw-r--r-- | Source/cmLocalVisualStudio7Generator.cxx | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.cxx b/Source/cmLocalVisualStudio7Generator.cxx index 6364f7c..7d76391 100644 --- a/Source/cmLocalVisualStudio7Generator.cxx +++ b/Source/cmLocalVisualStudio7Generator.cxx @@ -163,6 +163,9 @@ void cmLocalVisualStudio7Generator::OutputVCProjFile() && (strncmp(l->first.c_str(), "INCLUDE_EXTERNAL_MSPROJECT", 26) != 0) && (strcmp(l->first.c_str(), "ALL_BUILD") != 0) && (strcmp(l->first.c_str(), "RUN_TESTS") != 0) + && (strcmp(l->first.c_str(), "EDIT_CACHE") != 0) + && (strcmp(l->first.c_str(), "REBUILD_CACHE") != 0) + && (strcmp(l->first.c_str(), "PACKAGE") != 0) && (strcmp(l->first.c_str(), "INSTALL") != 0) && (strcmp(l->first.c_str(), CMAKE_CHECK_BUILD_SYSTEM_TARGET) != 0)) { |