From edb03edb058c35457c161887921d67348eca78bd Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Tue, 16 Apr 2002 08:03:02 +0000 Subject: Made default nmake build quiet. --- win32/SciTE.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/win32/SciTE.properties b/win32/SciTE.properties index 31d56a7e2..23e58b50c 100644 --- a/win32/SciTE.properties +++ b/win32/SciTE.properties @@ -1,4 +1,4 @@ -command.build.*.mak=nmake -f $(FileNameExt) +command.build.*.mak=nmake -f $(FileNameExt) QUIET=1 command.name.1.*.mak=nmake clean command.1.*.mak=nmake -f $(FileNameExt) clean command.name.2.*.mak=Borland Make -- cgit v1.2.3