summaryrefslogtreecommitdiff
path: root/Source/cmGlobalVisualStudio8Generator.h
diff options
context:
space:
mode:
authorPatrick Gansterer <paroga@paroga.com>2012-09-14 12:06:57 +0200
committerBrad King <brad.king@kitware.com>2012-11-27 08:31:20 -0500
commit3a1006e41fd7be22c415d1de45364f0c8ff4b697 (patch)
tree15a4aa1404a9b3c21754d7ea35a9bbdeee237509 /Source/cmGlobalVisualStudio8Generator.h
parent40c36c9f7bd101185b06ddf2aee079ccbe7634d3 (diff)
downloadcmake-3a1006e41fd7be22c415d1de45364f0c8ff4b697.tar.gz
VS: Added "Deploy" at project configuration for WindowsCE targets
Diffstat (limited to 'Source/cmGlobalVisualStudio8Generator.h')
-rw-r--r--Source/cmGlobalVisualStudio8Generator.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/cmGlobalVisualStudio8Generator.h b/Source/cmGlobalVisualStudio8Generator.h
index 4dd2b4ba2a..bcbd7a0bd2 100644
--- a/Source/cmGlobalVisualStudio8Generator.h
+++ b/Source/cmGlobalVisualStudio8Generator.h
@@ -79,7 +79,7 @@ protected:
virtual void WriteSLNHeader(std::ostream& fout);
virtual void WriteSolutionConfigurations(std::ostream& fout);
virtual void WriteProjectConfigurations(
- std::ostream& fout, const char* name,
+ std::ostream& fout, const char* name, cmTarget::TargetType type,
const std::set<std::string>& configsPartOfDefaultBuild,
const char* platformMapping = NULL);
virtual bool ComputeTargetDepends();