summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPMakefile.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmDSPMakefile.h')
-rw-r--r--Source/cmDSPMakefile.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmDSPMakefile.h b/Source/cmDSPMakefile.h
index 08b9428..0c4906b 100644
--- a/Source/cmDSPMakefile.h
+++ b/Source/cmDSPMakefile.h
@@ -86,11 +86,7 @@ private:
std::vector<std::string>& depends);
std::string m_IncludeOptions;
- std::string m_DebugLibraryOptions;
- std::string m_ReleaseLibraryOptions;
- std::string m_ReleaseMinSizeLibraryOptions;
- std::string m_DebugDLLLibraryOptions;
- std::string m_ReleaseDLLLibraryOptions;
+ std::string m_LibraryOptions;
cmMakefile* m_Makefile;
BuildType m_BuildType;
std::vector<std::string> m_Configurations;