diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-20 20:27:04 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-02-20 20:27:04 (GMT) |
commit | 7cf06be12e3ed4bae2a8769eb1dafeac49d5db34 (patch) | |
tree | 4198e26ae4940bab0977ce2be2b411805534fb0c /Source/MFCDialog/CMakeSetupDialog.cpp | |
parent | 27617df8b032a3c70cc88b403dcf7d650d474ae4 (diff) | |
download | CMake-7cf06be12e3ed4bae2a8769eb1dafeac49d5db34.zip CMake-7cf06be12e3ed4bae2a8769eb1dafeac49d5db34.tar.gz CMake-7cf06be12e3ed4bae2a8769eb1dafeac49d5db34.tar.bz2 |
dot net port
Diffstat (limited to 'Source/MFCDialog/CMakeSetupDialog.cpp')
-rw-r--r-- | Source/MFCDialog/CMakeSetupDialog.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/MFCDialog/CMakeSetupDialog.cpp b/Source/MFCDialog/CMakeSetupDialog.cpp index 2774b2b..4b9e2dc 100644 --- a/Source/MFCDialog/CMakeSetupDialog.cpp +++ b/Source/MFCDialog/CMakeSetupDialog.cpp @@ -2,6 +2,8 @@ // #include "stdafx.h" +// a fun undef for DOT NET +#undef DEBUG #include "CMakeSetup.h" #include "MakeHelp.h" #include "PathDialog.h" |