mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-22 01:57:16 +00:00
69bceafc6e
svn-id: r5653
16 lines
250 B
Makefile
16 lines
250 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS = \
|
|
common/config-file.o \
|
|
common/engine.o \
|
|
common/file.o \
|
|
common/gameDetector.o \
|
|
common/main.o \
|
|
common/scaler.o \
|
|
common/str.o \
|
|
common/timer.o \
|
|
common/util.o
|
|
|
|
# Include common rules
|
|
include common.rules
|