Fix for win32 and beos builds.

This commit is contained in:
John Popplewell 2006-02-20 02:56:05 +00:00
parent 9f9293968d
commit 7ce606ea61

View file

@ -960,7 +960,7 @@ tuxpaint: obj/tuxpaint.o obj/i18n.o obj/cursor.o obj/pixels.o \
-o tuxpaint \ -o tuxpaint \
$^ \ $^ \
$(HQXX_O) \ $(HQXX_O) \
$(ARCH_LIBS) $(SDL_LIBS) \ $(SDL_LIBS) \
-lm $(ARCH_LINKS) -lm $(ARCH_LINKS)
@$(RSRC_CMD) @$(RSRC_CMD)
@$(MIMESET_CMD) @$(MIMESET_CMD)