aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciTE.properties
diff options
context:
space:
mode:
Diffstat (limited to 'win32/SciTE.properties')
-rw-r--r--win32/SciTE.properties18
1 files changed, 11 insertions, 7 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties
index 446aad209..d90f1971a 100644
--- a/win32/SciTE.properties
+++ b/win32/SciTE.properties
@@ -1,7 +1,11 @@
-command.build.scintilla.mak=nmake -f $(FileNameExt)
-command.name.1.scintilla.mak=nmake clean
-command.1.scintilla.mak=nmake -f $(FileNameExt) clean
-command.name.2.scintilla.mak=Borland Make
-command.2.scintilla.mak=make -f $(FileNameExt)
-command.name.3.scintilla.mak=make clean
-command.3.scintilla.mak=make -f $(FileNameExt) clean
+command.build.*.mak=nmake -f $(FileNameExt)
+command.name.1.*.mak=nmake clean
+command.1.*.mak=nmake -f $(FileNameExt) clean
+command.name.2.*.mak=Borland Make
+command.2.*.mak=make -f $(FileNameExt)
+command.name.3.*.mak=make clean
+command.3.*.mak=make -f $(FileNameExt) clean
+command.name.4.*.mak=make debug
+command.4.*.mak=make DEBUG=1 -f $(FileNameExt)
+command.name.5.*.mak=nmake debug
+command.5.*.mak=nmake DEBUG=1 -f $(FileNameExt)