mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-14 05:38:56 +00:00
be9d4066e1
svn-id: r10287
17 lines
237 B
Makefile
17 lines
237 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
common/config-file.o \
|
|
common/file.o \
|
|
common/scaler.o \
|
|
common/str.o \
|
|
common/timer.o \
|
|
common/util.o \
|
|
common/savefile.o
|
|
|
|
MODULE_DIRS += \
|
|
common
|
|
|
|
# Include common rules
|
|
include common.rules
|