diff options
author | nyamatongwe <unknown> | 2001-01-29 23:52:54 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2001-01-29 23:52:54 +0000 |
commit | 1b7a1cd442202bd0068b7b183b216c6fec405e45 (patch) | |
tree | f640a9462a7e22588cf462647ab2ba1f1f80f794 | |
parent | a85e95ac4d64183e9166d51b60378917b01745ea (diff) | |
download | scintilla-mirror-1b7a1cd442202bd0068b7b183b216c6fec405e45.tar.gz |
Removed USE_XIM definition.
-rw-r--r-- | gtk/makefile | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gtk/makefile b/gtk/makefile index 005d7ffe3..bfb436719 100644 --- a/gtk/makefile +++ b/gtk/makefile @@ -1,5 +1,5 @@ # Make file for Scintilla on Linux or compatible OS -# Copyright 1998-2000 by Neil Hodgson <neilh@scintilla.org> +# Copyright 1998-2001 by Neil Hodgson <neilh@scintilla.org> # The License.txt file describes the conditions under which this software may be distributed. # This makefile assumes GCC 2.95.2 is used and changes will be needed to use other compilers. # GNU make does not like \r\n line endings so should be saved to CVS in binary form. @@ -13,10 +13,8 @@ COMPLIB=../bin/scintilla.a vpath %.h ../src ../include vpath %.cxx ../src -#CXXFLAGS= -g -DGTK -DSCI_LEXER -Wwrite-strings INCLUDEDIRS=-I ../include -I ../src -XIMFLAGS= -DUSE_XIM -CXXBASEFLAGS= -DGTK -DSCI_LEXER -W -Wall $(XIMFLAGS) +CXXBASEFLAGS= -DGTK -DSCI_LEXER -W -Wall ifdef DEBUG CXXFLAGS=-DDEBUG $(CXXBASEFLAGS) |