diff options
author | aliaspider | 2014-12-09 00:17:28 +0100 |
---|---|---|
committer | aliaspider | 2014-12-09 00:17:28 +0100 |
commit | 8f9b841f721bbfbc74590267e57e0bb4744ae63f (patch) | |
tree | 568cffe5287aeb3bb907de99681e7d881d5f0277 /Makefile | |
parent | 365077772d3d8d5d479febd0388d7e74ef08d508 (diff) | |
download | picogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.tar.gz picogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.tar.bz2 picogpsp-8f9b841f721bbfbc74590267e57e0bb4744ae63f.zip |
can compile
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -4,7 +4,7 @@ CC = gcc AR = psp-ar STATIC_LINKING = 0 -CFLAGS += -fPIC +CFLAGS += -fPIC -Werror-implicit-function-declaration CFLAGS += -DPC_BUILD -Wall -m32 CFLAGS += -D__LIBRETRO__ @@ -26,7 +26,7 @@ OBJS += input.o OBJS += sound.o OBJS += cpu_threaded.o -OBJS += x86_stub.o +OBJS += x86/x86_stub.o OBJS += cheats.o OBJS += zip.o |