summaryrefslogtreecommitdiffstats
path: root/Source/cmVisualStudio10TargetGenerator.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2009-06-26 02:53:02 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2009-06-26 02:53:02 (GMT)
commitb6d022f853b5eede9f15c6d61ea5fa896a139f90 (patch)
tree2c80f148561a3da51711669ee0fb9fe804cbf12d /Source/cmVisualStudio10TargetGenerator.h
parent7491f52992450bc6853c44c28db646c6176cbfd0 (diff)
downloadCMake-b6d022f853b5eede9f15c6d61ea5fa896a139f90.zip
CMake-b6d022f853b5eede9f15c6d61ea5fa896a139f90.tar.gz
CMake-b6d022f853b5eede9f15c6d61ea5fa896a139f90.tar.bz2
ENH: add obj file support and remove a warning
Diffstat (limited to 'Source/cmVisualStudio10TargetGenerator.h')
-rw-r--r--Source/cmVisualStudio10TargetGenerator.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmVisualStudio10TargetGenerator.h b/Source/cmVisualStudio10TargetGenerator.h
index 618b993..71662f0 100644
--- a/Source/cmVisualStudio10TargetGenerator.h
+++ b/Source/cmVisualStudio10TargetGenerator.h
@@ -49,7 +49,8 @@ private:
void WriteString(const char* line, int indentLevel);
void WriteProjectConfigurations();
void WriteProjectConfigurationValues();
- void WriteSources();
+ void WriteCLSources();
+ void WriteObjSources();
void WritePathAndIncrementalLinkOptions();
void WriteItemDefinitionGroups();
void WriteClOptions(std::string const& config,