diff options
| author | nyamatongwe <devnull@localhost> | 2001-04-15 00:47:10 +0000 | 
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2001-04-15 00:47:10 +0000 | 
| commit | 686fd602fc5af8f0f0fb54d64d896648d2b26c84 (patch) | |
| tree | c14a427f2a0799fa48e9659b07a78ca2fa3ad016 | |
| parent | 7025c573da6b516066dc2fa26042a2bb34af881e (diff) | |
| download | scintilla-mirror-686fd602fc5af8f0f0fb54d64d896648d2b26c84.tar.gz | |
Explicitly set subsystem for Borland make.
| -rw-r--r-- | win32/SciTE.properties | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/win32/SciTE.properties b/win32/SciTE.properties index d90f1971a..31d56a7e2 100644 --- a/win32/SciTE.properties +++ b/win32/SciTE.properties @@ -3,6 +3,7 @@ command.name.1.*.mak=nmake clean  command.1.*.mak=nmake -f $(FileNameExt) clean  command.name.2.*.mak=Borland Make  command.2.*.mak=make -f $(FileNameExt) +command.subsystem.2.*.mak=0  command.name.3.*.mak=make clean  command.3.*.mak=make -f $(FileNameExt) clean  command.name.4.*.mak=make debug  | 
