From e9450969b8948e703439f1595316fa2a652a84f8 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Sun, 14 Dec 2003 03:21:37 +0000 Subject: Normally build for debugging. --- src/SciTE.properties | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src') 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 -- cgit v1.2.3