Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authoralbert <albert>2008-04-26 22:36:31 (GMT)
committer albert <albert>2008-04-26 22:36:31 (GMT)
commit6c93616f323d8f563582180dcaef715eb6e6e1c4 (patch)
treef9cf424ebb555e1965ec89c9ed35133c1743ae6f /Makefile
parentf8847ce2d295094f213a5d791e56e0ee416f35b0 (diff)
HQXX was removed long ago
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile6
1 files changed, 2 insertions, 4 deletions
diff --git a/Makefile b/Makefile
index 60a566d..0693c13 100644
--- a/Makefile
+++ b/Makefile
@@ -1,5 +1,5 @@
-# $Id: Makefile,v 1.177 2008/04/26 21:04:54 albert Exp $
+# $Id: Makefile,v 1.178 2008/04/26 22:36:31 albert Exp $
# Tux Paint - A simple drawing program for children.
@@ -875,14 +875,13 @@ install-man:
tuxpaint: obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o \
obj/rgblinear.o obj/playsound.o obj/fonts.o \
obj/progressbar.o obj/dirwalk.o obj/get_fname.o \
- $(HQXX_O) $(ARCH_LIBS)
+ $(ARCH_LIBS)
@echo
@echo "...Linking Tux Paint..."
$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(PAPER_CFLAGS) \
$(DEFS) \
-o tuxpaint \
$^ \
- $(HQXX_O) \
$(SDL_LIBS) \
$(SVG_LIB) \
$(PAPER_LIB) \
@@ -901,7 +900,6 @@ obj/tuxpaint.o: src/tuxpaint.c \
src/tools.h src/titles.h src/colors.h src/shapes.h \
src/sounds.h src/tip_tux.h src/great.h \
src/tp_magic_api.h \
- $(HQXX_H) \
src/$(MOUSEDIR)/arrow.xbm src/$(MOUSEDIR)/arrow-mask.xbm \
src/$(MOUSEDIR)/hand.xbm src/$(MOUSEDIR)/hand-mask.xbm \
src/$(MOUSEDIR)/insertion.xbm \