summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDSPMakefile.h')
-rw-r--r--Source/cmDSPMakefile.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmDSPMakefile.h b/Source/cmDSPMakefile.h
index d9bb46d..3ed0a42 100644
--- a/Source/cmDSPMakefile.h
+++ b/Source/cmDSPMakefile.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;