diff options
author | Brad King <brad.king@kitware.com> | 2001-03-09 21:56:38 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-03-09 21:56:38 (GMT) |
commit | 8fb07209ebb805f9f1dbade9b68134f9a33555cf (patch) | |
tree | 4ab6abc45af5e58d7047fed0f6d7655511fa4464 /Source/cmDSPWriter.h | |
parent | 772b1f627826d6095b87f73ca6db7eef32d6482e (diff) | |
download | CMake-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.h | 6 |
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; |