X-Git-Url: https://notaz.gp2x.de/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=gp2x%2FMakefile;h=c17af14b7e2f6cacb9a345694f9f83704c160cb3;hb=a6c41a382bd4c79ab5d337536152717afcfa624f;hp=e91ac43a51996755b492369db6ffd73fa34b155e;hpb=2823a4c8196a02da86ee180cf55586d4e8c91a2f;p=gpsp.git diff --git a/gp2x/Makefile b/gp2x/Makefile index e91ac43..c17af14 100644 --- a/gp2x/Makefile +++ b/gp2x/Makefile @@ -9,9 +9,8 @@ CC = $(PREFIX)/bin/arm-open2x-linux-gcc STRIP = $(PREFIX)/bin/arm-open2x-linux-strip OBJS = main.o cpu.o memory.u video.o input.o sound.o gp2x.o gui.o \ - cheats.o zip.o cpu_threaded.z cpu_speed.o cpuctrl.o \ - gp2xminilib.o font.o display.o speedtest.o cmdline.o daemon.o \ - arm_stub.o video_blend.o + cheats.o zip.o cpu_threaded.z cpuctrl_mmsp2.o \ + arm_stub.o video_blend.o flush_cache.o BIN = gpsp.gpe # Platform specific definitions @@ -22,8 +21,8 @@ CFLAGS += -DARM_ARCH -DGP2X_BUILD CFLAGS += -O3 -std=c99 -msoft-float -funsigned-char -fno-common \ -fno-builtin \ -INCLUDES = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --cflags` -LIBS = `$(PREFIX)/bin/arm-open2x-linux-sdl-config --libs` \ +INCLUDES = `$(PREFIX)/bin/sdl-config --cflags` -I$(PREFIX)/include +LIBS = `$(PREFIX)/bin/sdl-config --libs` \ -lm -ldl -lpthread -lz -static # Compilation: