diff options
| author | nyamatongwe <devnull@localhost> | 2002-04-16 08:03:02 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2002-04-16 08:03:02 +0000 |
| commit | 874387d03c8671b7aa0f8de5405c847c24017010 (patch) | |
| tree | 9541a4ebc893be53b5b91838199bac9133f9bf92 | |
| parent | 25b1f3a86938e5d8461f811186acf44c022ba5ec (diff) | |
| download | scintilla-mirror-874387d03c8671b7aa0f8de5405c847c24017010.tar.gz | |
Made default nmake build quiet.
| -rw-r--r-- | win32/SciTE.properties | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
