HQXX was removed long ago
This commit is contained in:
parent
54f3ea9b16
commit
556f695bbe
1 changed files with 1 additions and 3 deletions
4
Makefile
4
Makefile
|
|
@ -875,14 +875,13 @@ install-man:
|
||||||
tuxpaint: obj/tuxpaint.o obj/i18n.o obj/im.o obj/cursor.o obj/pixels.o \
|
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/rgblinear.o obj/playsound.o obj/fonts.o \
|
||||||
obj/progressbar.o obj/dirwalk.o obj/get_fname.o \
|
obj/progressbar.o obj/dirwalk.o obj/get_fname.o \
|
||||||
$(HQXX_O) $(ARCH_LIBS)
|
$(ARCH_LIBS)
|
||||||
@echo
|
@echo
|
||||||
@echo "...Linking Tux Paint..."
|
@echo "...Linking Tux Paint..."
|
||||||
$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(PAPER_CFLAGS) \
|
$(CC) $(CFLAGS) $(DEBUG_FLAGS) $(SDL_CFLAGS) $(PAPER_CFLAGS) \
|
||||||
$(DEFS) \
|
$(DEFS) \
|
||||||
-o tuxpaint \
|
-o tuxpaint \
|
||||||
$^ \
|
$^ \
|
||||||
$(HQXX_O) \
|
|
||||||
$(SDL_LIBS) \
|
$(SDL_LIBS) \
|
||||||
$(SVG_LIB) \
|
$(SVG_LIB) \
|
||||||
$(PAPER_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/tools.h src/titles.h src/colors.h src/shapes.h \
|
||||||
src/sounds.h src/tip_tux.h src/great.h \
|
src/sounds.h src/tip_tux.h src/great.h \
|
||||||
src/tp_magic_api.h \
|
src/tp_magic_api.h \
|
||||||
$(HQXX_H) \
|
|
||||||
src/$(MOUSEDIR)/arrow.xbm src/$(MOUSEDIR)/arrow-mask.xbm \
|
src/$(MOUSEDIR)/arrow.xbm src/$(MOUSEDIR)/arrow-mask.xbm \
|
||||||
src/$(MOUSEDIR)/hand.xbm src/$(MOUSEDIR)/hand-mask.xbm \
|
src/$(MOUSEDIR)/hand.xbm src/$(MOUSEDIR)/hand-mask.xbm \
|
||||||
src/$(MOUSEDIR)/insertion.xbm \
|
src/$(MOUSEDIR)/insertion.xbm \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue