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, 3 insertions, 0 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h
index d9bb46d..3ed0a42 100644
--- a/Source/cmDSPWriter.h
+++ b/Source/cmDSPWriter.h
@@ -82,6 +82,9 @@ private:
std::string m_IncludeOptions;
std::string m_DebugLibraryOptions;
std::string m_ReleaseLibraryOptions;
+ std::string m_ReleaseMinSizeLibraryOptions;
+ std::string m_DebugDLLLibraryOptions;
+ std::string m_ReleaseDLLLibraryOptions;
cmMakefile* m_Makefile;
std::vector<std::string> m_Configurations;