mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 21:31:53 +00:00
15 lines
207 B
Makefile
15 lines
207 B
Makefile
MODULE := common/formats
|
|
|
|
MODULE_OBJS := \
|
|
iff_container.o \
|
|
ini-file.o \
|
|
json.o \
|
|
quicktime.o \
|
|
winexe.o \
|
|
winexe_ne.o \
|
|
winexe_pe.o \
|
|
xmlparser.o
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|