diff options
author | nyamatongwe <unknown> | 2003-09-11 09:54:08 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2003-09-11 09:54:08 +0000 |
commit | b1637d05ff3520572fe72c9f23caabaf8d39439f (patch) | |
tree | 1808f0e9fe92fc90574b97a1dee81420faa8fd16 /win32/SciTE.properties | |
parent | 7783340fa2cd8a95dbd6dce522c9b60888d5cb2c (diff) | |
download | scintilla-mirror-b1637d05ff3520572fe72c9f23caabaf8d39439f.tar.gz |
Setting DEBUG as normal build when developing.
Diffstat (limited to 'win32/SciTE.properties')
-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 |