From: Shamus Hammons Date: Tue, 19 Jun 2012 16:47:40 +0000 (+0000) Subject: Added missing file. X-Git-Tag: 2.1.0~29 X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;ds=sidebyside;h=413621702cd5d25bb7286a36af8a52572b20bf53;p=virtualjaguar Added missing file. --- diff --git a/res/frame-advance.png b/res/frame-advance.png new file mode 100644 index 0000000..42a41e7 Binary files /dev/null and b/res/frame-advance.png differ diff --git a/src/m68000/Makefile b/src/m68000/Makefile index a351c52..035538c 100644 --- a/src/m68000/Makefile +++ b/src/m68000/Makefile @@ -15,7 +15,7 @@ LD := $(CROSS)gcc AR := $(CROSS)ar ARFLAGS := -rs GCC_DEPS = -MMD -INCS := -I. -I./obj `sdl-config --cflags` +INCS := -I. -I./obj `$(CROSS)sdl-config --cflags` OBJS = \ obj/cpustbl.o \