summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r--Source/cmDSPWriter.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h
index 20f91a5..109feb1 100644
--- a/Source/cmDSPWriter.h
+++ b/Source/cmDSPWriter.h
@@ -57,7 +57,7 @@ public:
cmDSPMakefile(cmMakefile*);
~cmDSPMakefile();
void OutputDSPFile();
- enum BuildType {STATIC_LIBRARY, DLL, EXECUTABLE};
+ enum BuildType {STATIC_LIBRARY, DLL, EXECUTABLE, UTILITY};
/**
* Specify the type of the build: static, dll, or executable.
@@ -107,6 +107,7 @@ private:
void WriteDSPFooter(std::ostream& fout);
void AddDSPBuildRule(cmSourceGroup&);
void WriteCustomRule(std::ostream& fout,
+ const char* source,
const char* command,
const std::set<std::string>& depends,
const std::set<std::string>& outputs);