aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2009-07-09 19:21:20 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2009-07-09 19:21:20 -0400
commit72ef3897ab69320f32af36885ae48af575ba6784 (patch)
treeec2372b1f4fd0c6416e761eee05a43e361a43f15
parent691897246209070d8faa01a2045914ab9a5a6ec6 (diff)
downloadtextadept-72ef3897ab69320f32af36885ae48af575ba6784.tar.gz
textadept-72ef3897ab69320f32af36885ae48af575ba6784.zip
Removed gtk.so from src/Makefile.
-rw-r--r--src/Makefile8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/Makefile b/src/Makefile
index d9ede43c..c0c6b80f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -12,13 +12,6 @@ GTKFLAGS=$(shell pkg-config --cflags gtk+-2.0)
GTKLIBS=$(shell pkg-config --libs gtk+-2.0 gthread-2.0)
EXPORTLUASYMS=-rdynamic -Wl,--retain-symbols-file -Wl,lua.sym
-ifndef X86_64
-ARCHDIR=lib32
-else
-ARCHDIR=x86_64
-endif
-GTKSO=../$(ARCHDIR)/core/gtk.so
-
LUA_OBJS = lapi.o lcode.o ldebug.o ldo.o ldump.o lfunc.o lgc.o llex.o \
lmem.o lobject.o lopcodes.o lparser.o lstate.o lstring.o \
ltable.o ltm.o lundump.o lvm.o lzio.o \
@@ -39,6 +32,5 @@ textadept:\
scintilla-st/gtk/LexLPeg.o scintilla-st/bin/scintilla.a
g++ $(GTKLIBS) $(EXPORTLUASYMS) -DGTK $^ -o $@
mv textadept ../
- cp $(GTKSO) ../core/
clean:
rm ../textadept *.o