diff options
author | nyamatongwe <unknown> | 2000-04-01 01:22:41 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2000-04-01 01:22:41 +0000 |
commit | c7b2ff7108860ebc5c8bd56f435ca31b3b4c4065 (patch) | |
tree | b340afed7b782bc541c5b02ab7918deb2f5dca23 | |
parent | f5f750eba70543322152a55ef72b44b8f8c8f8d5 (diff) | |
download | scintilla-mirror-c7b2ff7108860ebc5c8bd56f435ca31b3b4c4065.tar.gz |
Fixed comments to refer to Borland.
-rw-r--r-- | win32/makefile_bor | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win32/makefile_bor b/win32/makefile_bor index 35ab97710..51234e092 100644 --- a/win32/makefile_bor +++ b/win32/makefile_bor @@ -1,7 +1,8 @@ # Make file for Scintilla on Windows Borland C++ Builder version # Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> # The License.txt file describes the conditions under which this software may be distributed. -# This makefile is for using Visual C++ and nmake. +# This makefile is for using Borland C++ and Borland make. +# I test with Borland C++ Builder 3 # The main makefile uses mingw32 gcc and may be more current than this file. .SUFFIXES: .cxx |