mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-12 20:50:56 +00:00
87d3e4fb0e
svn-id: r23361
19 lines
227 B
Makefile
19 lines
227 B
Makefile
MODULE := common
|
|
|
|
MODULE_OBJS := \
|
|
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
|