aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2002-04-18 23:39:48 +0000
committernyamatongwe <devnull@localhost>2002-04-18 23:39:48 +0000
commitec35b21f63de33d079b6a17f8c55d9a0ded4b0b2 (patch)
treeb9ef7e0b486e24dcf098425acfbc510917911ef2 /win32
parentea67ca25c027f8ff186bfcca50a581ce96ab5d52 (diff)
downloadscintilla-mirror-ec35b21f63de33d079b6a17f8c55d9a0ded4b0b2.tar.gz
Changed default builds to VS .NET.
Diffstat (limited to 'win32')
-rw-r--r--win32/SciTE.properties5
1 files changed, 5 insertions, 0 deletions
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