aboutsummaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authornyamatongwe <unknown>2000-04-03 12:30:08 +0000
committernyamatongwe <unknown>2000-04-03 12:30:08 +0000
commitcfcca189a90b78bdae4ba75d09f10f756795fb85 (patch)
tree027652ea99499b86e0ca9618a02a1cc1e99a131f /README
parenta6287025efa4865b76b2700abceb9ede9a544307 (diff)
downloadscintilla-mirror-cfcca189a90b78bdae4ba75d09f10f756795fb85.tar.gz
Changed Borland instructions to include -l flag.
Diffstat (limited to 'README')
-rw-r--r--README3
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README
index 31520b7f0..3ecba284c 100644
--- a/README
+++ b/README
@@ -37,7 +37,8 @@ for most development although Visual C++ and Borland C++ are also supported.
The make command used is
For GCC, make
For VC++, nmake /f makefile_vc
-For Borland, make /f makefile_bor
+For Borland C++ 5.02 (MAKE Version 5.0), make -l -fmakefile_bor
+For Borland C++ Builder, make -fmakefile_bor
To build Scintilla, make in the scintilla/gtk directory
cd scintilla\win32