From b1637d05ff3520572fe72c9f23caabaf8d39439f Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 11 Sep 2003 09:54:08 +0000 Subject: Setting DEBUG as normal build when developing. --- win32/SciTE.properties | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/win32/SciTE.properties b/win32/SciTE.properties index 17db9ad2b..5856b8de1 100644 --- a/win32/SciTE.properties +++ b/win32/SciTE.properties @@ -2,7 +2,7 @@ command.build.SConstruct=scons.bat . command.name.1.SConstruct=scons clean command.1.SConstruct=scons.bat --clean . -command.build.*.mak=nmake -f $(FileNameExt) QUIET=1 +command.build.*.mak=nmake -f $(FileNameExt) DEBUG=1 QUIET=1 command.name.1.*.mak=nmake clean command.1.*.mak=nmake -f $(FileNameExt) clean command.name.2.*.mak=Borland Make @@ -16,6 +16,6 @@ command.name.5.*.mak=nmake debug command.5.*.mak=nmake DEBUG=1 -f $(FileNameExt) # SciTE.properties is the per directory local options file and can be used to override # settings made in SciTEGlobal.properties -command.build.*.cxx=nmake -f scintilla.mak QUIET=1 -command.build.*.h=nmake -f scintilla.mak QUIET=1 -command.build.*.rc=nmake -f scintilla.mak QUIET=1 +command.build.*.cxx=nmake -f scintilla.mak DEBUG=1 QUIET=1 +command.build.*.h=nmake -f scintilla.mak DEBUG=1 QUIET=1 +command.build.*.rc=nmake -f scintilla.mak DEBUG=1 QUIET=1 -- cgit v1.2.3