mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-15 22:28:10 +00:00
a5aa5c0d73
svn-id: r9626
16 lines
252 B
Makefile
16 lines
252 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS = \
|
|
common/config-file.o \
|
|
common/file.o \
|
|
common/gameDetector.o \
|
|
common/main.o \
|
|
common/scaler.o \
|
|
common/str.o \
|
|
common/timer.o \
|
|
common/util.o \
|
|
common/savefile.o
|
|
|
|
# Include common rules
|
|
include common.rules
|