diff options
| author | nyamatongwe <devnull@localhost> | 2010-03-25 23:49:46 +0000 |
|---|---|---|
| committer | nyamatongwe <devnull@localhost> | 2010-03-25 23:49:46 +0000 |
| commit | 0fef28514f648522f7e62abee2ed729cf5d94063 (patch) | |
| tree | d58a5d12d6dc2fe37ffec914c98f65cec2792d7b /gtk/scintilla.mak | |
| parent | 374db89c1efb33ef9a169fd7d26ceda068a07d12 (diff) | |
| download | scintilla-mirror-0fef28514f648522f7e62abee2ed729cf5d94063.tar.gz | |
Removed support for GTK+ 1.x.
Diffstat (limited to 'gtk/scintilla.mak')
| -rw-r--r-- | gtk/scintilla.mak | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/gtk/scintilla.mak b/gtk/scintilla.mak index d7ca81e0e..9b09b2f86 100644 --- a/gtk/scintilla.mak +++ b/gtk/scintilla.mak @@ -1,16 +1,12 @@ # Make file for GTK+/Scintilla on Windows Visual C++ # Borland C++ does not work -# Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +# Copyright 1998-2010 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++ with nmake or Borland C++ with make depending on -# the setting of the VENDOR macro. If no VENDOR is defined n the command line then -# the tool used is automatically detected. -# Usage for Microsoft: +# This makefile is for using Visual C++ with nmake. +# Usage: # nmake -f scintilla.mak -# Usage for Borland: -# make -f scintilla.mak -# For debug versions define DEBUG on the command line, for Borland: -# make DEBUG=1 -f scintilla.mak +# For debug versions define DEBUG on the command line: +# nmake DEBUG=1 -f scintilla.mak # The main makefile uses mingw32 gcc and may be more current than this file. .SUFFIXES: .cxx |
