aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--src/SciTE.properties3
-rw-r--r--win32/SciTE.properties5
2 files changed, 8 insertions, 0 deletions
diff --git a/src/SciTE.properties b/src/SciTE.properties
index 7ada5e20b..1eda9fae4 100644
--- a/src/SciTE.properties
+++ b/src/SciTE.properties
@@ -1,3 +1,6 @@
# SciTE.properties is the per directory local options file and can be used to override
# settings made in SciTEGlobal.properties
command.build.directory.*.cxx=..\win32
+command.build.directory.*.h=..\win32
+command.build.*.cxx=nmake -f scintilla.mak QUIET=1
+command.build.*.h=nmake -f scintilla.mak QUIET=1
diff --git a/win32/SciTE.properties b/win32/SciTE.properties
index 23e58b50c..671442b9e 100644
--- a/win32/SciTE.properties
+++ b/win32/SciTE.properties
@@ -10,3 +10,8 @@ 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)
+# 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