scummvm/common/module.mk
Max Horn f4339ff6c4 - Renamed class AssocArray to HashMap to match our existing class Map (note also
that many STL implementations have a class hash_map next to class map, too)
- Changed some static File class member vars to be normal static variables, in
  yet another attempt to reduce header dependencies (in this case on hashmap.h)

svn-id: r21473
2006-03-28 10:05:25 +00:00

23 lines
274 B
Makefile

MODULE := common
MODULE_OBJS := \
config-file.o \
config-manager.o \
file.o \
hashmap.o \
md5.o \
mutex.o \
str.o \
stream.o \
timer.o \
util.o \
savefile.o \
system.o \
unzip.o
MODULE_DIRS += \
common
# Include common rules
include $(srcdir)/common.rules