mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-17 07:07:10 +00:00
ae18ce3e4a
svn-id: r26721
20 lines
249 B
Makefile
20 lines
249 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
advancedDetector.o \
|
|
config-file.o \
|
|
config-manager.o \
|
|
file.o \
|
|
fs.o \
|
|
hashmap.o \
|
|
md5.o \
|
|
mutex.o \
|
|
str.o \
|
|
stream.o \
|
|
util.o \
|
|
system.o \
|
|
unzip.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|