From 19f427d48b59ea50141c4820db9abd21f40e5ef1 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 18 Apr 2002 23:39:48 +0000 Subject: Changed default builds to VS .NET. --- win32/SciTE.properties | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'win32') 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 -- cgit v1.2.3