summaryrefslogtreecommitdiffstats
path: root/Source/cmLocalVisualStudio7Generator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2007-03-08 19:57:28 (GMT)
committerBrad King <brad.king@kitware.com>2007-03-08 19:57:28 (GMT)
commit33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d (patch)
tree5f2f82863c856ed2f5c1f04158eb228ac1477c24 /Source/cmLocalVisualStudio7Generator.h
parentea19994b13273cf6e1f7677cc29ce53cf1a59768 (diff)
downloadCMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.zip
CMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.tar.gz
CMake-33ee83714d3cea644f9d1cd6654c2e7b1f3cdc5d.tar.bz2
ENH: Replaced LibraryOutputPath and ExecutableOutputPath variables in Makefile and VS generators to instead ask each target for its output path. This significantly reduces total code size and centralizes previously duplicate code. It is also a step towards bug#2240.
Diffstat (limited to 'Source/cmLocalVisualStudio7Generator.h')
-rw-r--r--Source/cmLocalVisualStudio7Generator.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/Source/cmLocalVisualStudio7Generator.h b/Source/cmLocalVisualStudio7Generator.h
index 22147c7..820b69b 100644
--- a/Source/cmLocalVisualStudio7Generator.h
+++ b/Source/cmLocalVisualStudio7Generator.h
@@ -125,8 +125,6 @@ private:
virtual std::string GetTargetDirectory(cmTarget&);
std::vector<std::string> CreatedProjectNames;
- std::string LibraryOutputPath;
- std::string ExecutableOutputPath;
std::string ModuleDefinitionFile;
int Version;
std::string PlatformName; // Win32 or x64