aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-12-14 03:21:37 +0000
committernyamatongwe <unknown>2003-12-14 03:21:37 +0000
commit43958366a9abf2f7ffa7a356fda5e48132092360 (patch)
tree12818deb8f076afe80a15f63d3d5efa4498a10cc /src
parent5e37d6edaefda8b8e5f9fe98d26e0b57262a222b (diff)
downloadscintilla-mirror-43958366a9abf2f7ffa7a356fda5e48132092360.tar.gz
Normally build for debugging.
Diffstat (limited to 'src')
-rw-r--r--src/SciTE.properties4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/SciTE.properties b/src/SciTE.properties
index 1eda9fae4..1a2bace06 100644
--- a/src/SciTE.properties
+++ b/src/SciTE.properties
@@ -2,5 +2,5 @@
# settings made in SciTEGlobal.properties
command.build.directory.*.cxx=..\win32
command.build.directory.*.h=..\win32
-command.build.*.cxx=nmake -f scintilla.mak QUIET=1
-command.build.*.h=nmake -f scintilla.mak QUIET=1
+command.build.*.cxx=nmake -f scintilla.mak QUIET=1 DEBUG=1
+command.build.*.h=nmake -f scintilla.mak QUIET=1 DEBUG=1