diff options
author | nyamatongwe <devnull@localhost> | 2001-01-29 23:52:54 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-01-29 23:52:54 +0000 |
commit | 7b4e79ea61eaa52d3b7fc58ca3fcd2f21e81ca1d (patch) | |
tree | f640a9462a7e22588cf462647ab2ba1f1f80f794 | |
parent | f537f998b37dcb494c88ccffb465cd8cc148cf75 (diff) | |
download | scintilla-mirror-7b4e79ea61eaa52d3b7fc58ca3fcd2f21e81ca1d.tar.gz |
Removed USE_XIM definition.rel-1-35
-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) |