diff options
-rw-r--r-- | win32/SciTE.properties | 8 |
1 files 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 |