aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
Diffstat (limited to 'win32')
-rw-r--r--win32/SciTE.properties4
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties
index 671442b9e..17db9ad2b 100644
--- a/win32/SciTE.properties
+++ b/win32/SciTE.properties
@@ -1,3 +1,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.name.1.*.mak=nmake clean
command.1.*.mak=nmake -f $(FileNameExt) clean