diff options
author | nyamatongwe <devnull@localhost> | 2000-04-01 01:22:41 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2000-04-01 01:22:41 +0000 |
commit | a54fa180f65c6664ecd707cd9953f0781eaefed6 (patch) | |
tree | b340afed7b782bc541c5b02ab7918deb2f5dca23 | |
parent | 772354a33b785724e8c99d8fc77dd0df269d9493 (diff) | |
download | scintilla-mirror-a54fa180f65c6664ecd707cd9953f0781eaefed6.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 |