diff options
author | notaz | 2012-04-23 02:00:48 +0300 |
---|---|---|
committer | notaz | 2012-04-29 19:32:08 +0300 |
commit | 7badc9353b9570fd1c67827cfb477cef07974ddb (patch) | |
tree | 5d80351ae6edfae031c858a5be8170ff625fa888 /Makefile | |
parent | 6469a8c407ff23af8b7a6218f759b368eec7c339 (diff) | |
download | pcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.tar.gz pcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.tar.bz2 pcsx_rearmed-7badc9353b9570fd1c67827cfb477cef07974ddb.zip |
frontend: generic: preliminary SDL support
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -120,7 +120,7 @@ OBJS += frontend/menu.o frontend/linux/in_evdev.o OBJS += frontend/common/input.o frontend/linux/xenv.o ifeq "$(PLATFORM)" "generic" -OBJS += frontend/plat_dummy.o +OBJS += frontend/plat_sdl.o frontend/common/in_sdl.o endif ifeq "$(PLATFORM)" "pandora" OBJS += frontend/linux/fbdev.o @@ -145,7 +145,7 @@ frontend/%.o: CFLAGS += -DHAVE_TSLIB OBJS += frontend/pl_gun_ts.o endif frontend/%.o: CFLAGS += -DIN_EVDEV -frontend/menu.o: frontend/revision.h +frontend/menu.o frontend/plat_sdl.o: frontend/revision.h libpcsxcore/gte_nf.o: libpcsxcore/gte.c $(CC) -c -o $@ $^ $(CFLAGS) -DFLAGLESS |