aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/SciTE.properties3
1 files changed, 3 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