mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-16 06:49:58 +00:00
26dc4c2425
svn-id: r52210
14 lines
261 B
Makefile
14 lines
261 B
Makefile
MODULE := backends/platform/dingux
|
|
|
|
MODULE_OBJS := \
|
|
main.o \
|
|
dingux.o \
|
|
dingux-events.o \
|
|
dingux-graphics.o \
|
|
|
|
MODULE_DIRS += \
|
|
backends/platform/dingux/
|
|
|
|
# We don't use the rules.mk here on purpose
|
|
OBJS := $(addprefix $(MODULE)/, $(MODULE_OBJS)) $(OBJS)
|