aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2000-04-03 12:30:08 +0000
committernyamatongwe <devnull@localhost>2000-04-03 12:30:08 +0000
commit0d64f2cfa2f14d8f7fe0694616bb7ff9ceff9a09 (patch)
tree027652ea99499b86e0ca9618a02a1cc1e99a131f
parentfdd724a0710ea14c6bb0ca42a7e2f86a8633f36d (diff)
downloadscintilla-mirror-0d64f2cfa2f14d8f7fe0694616bb7ff9ceff9a09.tar.gz
Changed Borland instructions to include -l flag.
-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