aboutsummaryrefslogtreecommitdiffhomepage
path: root/win32/SciTE.properties
diff options
context:
space:
mode:
authornyamatongwe <unknown>2001-04-15 00:47:10 +0000
committernyamatongwe <unknown>2001-04-15 00:47:10 +0000
commita7ea55f96ded0aa51316c5c1a8a2f750978830e0 (patch)
treec14a427f2a0799fa48e9659b07a78ca2fa3ad016 /win32/SciTE.properties
parent43250122e29e082170209a2b7e6b48801f6d73cc (diff)
downloadscintilla-mirror-a7ea55f96ded0aa51316c5c1a8a2f750978830e0.tar.gz
Explicitly set subsystem for Borland make.
Diffstat (limited to 'win32/SciTE.properties')
-rw-r--r--win32/SciTE.properties1
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