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.

This commit is contained in:
Brad King
2007-03-08 14:57:28 -05:00
parent ea19994b13
commit 33ee83714d
9 changed files with 99 additions and 173 deletions

View File

@@ -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