diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-10 13:12:39 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2009-07-10 13:12:39 (GMT) |
commit | 5c4208f50e30a601b0cddd238232ca3f0db833af (patch) | |
tree | 507f16e1f2c2dadd822ea586bd289a6708ad82bc /Source/cmVisualStudio10TargetGenerator.h | |
parent | 3199db4794722f3cfde50b364545517fcb4d370c (diff) | |
download | CMake-5c4208f50e30a601b0cddd238232ca3f0db833af.zip CMake-5c4208f50e30a601b0cddd238232ca3f0db833af.tar.gz CMake-5c4208f50e30a601b0cddd238232ca3f0db833af.tar.bz2 |
ENH: only 5 failing tests for VS 10
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r-- | Source/cmVisualStudio10TargetGenerator.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h index 77f5b91..7564a86 100644 --- a/Source/cmVisualStudio10TargetGenerator.h +++ b/Source/cmVisualStudio10TargetGenerator.h @@ -70,7 +70,13 @@ private: bool OutputSourceSpecificFlags(cmSourceFile* source); void AddLibraries(cmComputeLinkInformation& cli, std::string& libstring); void WriteLibOptions(std::string const& config); + void WriteEvents(std::string const& configName); + void WriteEvent(const char* name, std::vector<cmCustomCommand> & commands, + std::string const& configName); + void ComputeObjectNames(); private: + std::string ModuleDefinitionFile; + std::string PathToVcxproj; cmTarget* Target; cmMakefile* Makefile; std::string Platform; |