summaryrefslogtreecommitdiffstats
path: root/Source/cmDSPWriter.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-03-09 21:56:38 (GMT)
committerBrad King <brad.king@kitware.com>2001-03-09 21:56:38 (GMT)
commit8fb07209ebb805f9f1dbade9b68134f9a33555cf (patch)
tree4ab6abc45af5e58d7047fed0f6d7655511fa4464 /Source/cmDSPWriter.h
parent772b1f627826d6095b87f73ca6db7eef32d6482e (diff)
downloadCMake-8fb07209ebb805f9f1dbade9b68134f9a33555cf.zip
CMake-8fb07209ebb805f9f1dbade9b68134f9a33555cf.tar.gz
CMake-8fb07209ebb805f9f1dbade9b68134f9a33555cf.tar.bz2
ENH: Finished Simplifying dsptemplate processing with in place of separate Release, Debug, ReleaseDLL, ... configurations.
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r--Source/cmDSPWriter.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/Source/cmDSPWriter.h b/Source/cmDSPWriter.h
index 08b9428..0c4906b 100644
--- a/Source/cmDSPWriter.h
+++ b/Source/cmDSPWriter.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;