From 7b4e79ea61eaa52d3b7fc58ca3fcd2f21e81ca1d Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Mon, 29 Jan 2001 23:52:54 +0000 Subject: Removed USE_XIM definition. --- gtk/makefile | 6 ++---- 1 file 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 +# Copyright 1998-2001 by Neil Hodgson # 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) -- cgit v1.2.3