summaryrefslogtreecommitdiffstats
path: root/Source/MFCDialog/CMakeSetupDialog.cpp
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2002-02-20 20:27:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2002-02-20 20:27:04 (GMT)
commit7cf06be12e3ed4bae2a8769eb1dafeac49d5db34 (patch)
tree4198e26ae4940bab0977ce2be2b411805534fb0c /Source/MFCDialog/CMakeSetupDialog.cpp
parent27617df8b032a3c70cc88b403dcf7d650d474ae4 (diff)
downloadCMake-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.cpp2
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"