diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-09 14:57:23 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-11-09 14:57:23 (GMT) |
commit | b0bc59f70988d169dd0c00ccecc19e42548fcd9f (patch) | |
tree | 8bdfad578d85761e0314e1cd4cc12fe96015adb0 /Source/cmGlobalVisualStudio8Generator.h | |
parent | 976424f8d3aec590364e935d5b61905c7c91db83 (diff) | |
download | CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.zip CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.gz CMake-b0bc59f70988d169dd0c00ccecc19e42548fcd9f.tar.bz2 |
ENH: commit fix for putting everything in the build on vs
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r-- | Source/cmGlobalVisualStudio8Generator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h index fdc8316..68a2335 100644 --- a/Source/cmGlobalVisualStudio8Generator.h +++ b/Source/cmGlobalVisualStudio8Generator.h @@ -57,7 +57,7 @@ protected: virtual void WriteSolutionConfigurations(std::ostream& fout); virtual void WriteProjectConfigurations(std::ostream& fout, const char* name, - int targetType); + bool partOfDefaultBuild); std::string PlatformName; // Win32 or x64 }; #endif |