diff options
author | Ken Martin <ken.martin@kitware.com> | 2001-02-27 21:50:51 (GMT) |
---|---|---|
committer | Ken Martin <ken.martin@kitware.com> | 2001-02-27 21:50:51 (GMT) |
commit | e5e2a57bfbf1aac2c265e894db82d2b2d5673084 (patch) | |
tree | d2d9207ae98ac12903fdf02151effab56c1ea068 /Source/cmDSPWriter.h | |
parent | d13d283f1499e44a51a203696e27b3324cbb5e00 (diff) | |
download | CMake-e5e2a57bfbf1aac2c265e894db82d2b2d5673084.zip CMake-e5e2a57bfbf1aac2c265e894db82d2b2d5673084.tar.gz CMake-e5e2a57bfbf1aac2c265e894db82d2b2d5673084.tar.bz2 |
many enhancements including dll support
Diffstat (limited to 'Source/cmDSPWriter.h')
-rw-r--r-- | Source/cmDSPWriter.h | 3 |
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; |