diff options
author | nyamatongwe <unknown> | 2000-04-03 12:30:08 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-03 12:30:08 +0000 |
commit | cfcca189a90b78bdae4ba75d09f10f756795fb85 (patch) | |
tree | 027652ea99499b86e0ca9618a02a1cc1e99a131f /README | |
parent | a6287025efa4865b76b2700abceb9ede9a544307 (diff) | |
download | scintilla-mirror-cfcca189a90b78bdae4ba75d09f10f756795fb85.tar.gz |
Changed Borland instructions to include -l flag.
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 |