diff options
author | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-06-07 15:36:55 (GMT) |
---|---|---|
committer | Ian Scott <ian.m.scott@stud.man.ac.uk> | 2001-06-07 15:36:55 (GMT) |
commit | 4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79 (patch) | |
tree | d3ad0024fdb0d973d573a17bb814e03b0d50a78e /Source/cmDSPWriter.cxx | |
parent | 5b69d22c7b1ce247244ce65e84246945dca758b8 (diff) | |
download | CMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.zip CMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.tar.gz CMake-4c4184f56c32e26e9b6a283c0c8bf6a7a59efd79.tar.bz2 |
adding a "Release with debugging Info" build to CMake for NT
Diffstat (limited to 'Source/cmDSPWriter.cxx')
-rw-r--r-- | Source/cmDSPWriter.cxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Source/cmDSPWriter.cxx b/Source/cmDSPWriter.cxx index 3aa408f..959de92 100644 --- a/Source/cmDSPWriter.cxx +++ b/Source/cmDSPWriter.cxx @@ -629,6 +629,10 @@ void cmDSPWriter::WriteDSPHeader(std::ostream& fout, const char *libName, m_Makefile-> GetDefinition("CMAKE_CXX_FLAGS_DEBUG")); cmSystemTools::ReplaceString(line, + "CMAKE_CXX_FLAGS_RELWITHDEBUGINFO", + m_Makefile-> + GetDefinition("CMAKE_CXX_FLAGS_RELWITHDEBUGINFO")); + cmSystemTools::ReplaceString(line, "CMAKE_CXX_FLAGS", m_Makefile-> GetDefinition("CMAKE_CXX_FLAGS")); |