mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-25 19:25:20 +00:00
38baf3b19f
svn-id: r39531
16 lines
281 B
Makefile
16 lines
281 B
Makefile
MODULE := backends/platform/wii
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
gx_supp.o \
|
|
osystem.o \
|
|
osystem_gfx.o \
|
|
osystem_sfx.o \
|
|
osystem_events.o
|
|
|
|
MODULE_DIRS += \
|
|
backends/platform/wii/
|
|
|
|
# We don't use the rules.mk here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|