Files
scummvm/devtools/create_xeen/module.mk
T
Vladimir Serbinenko 29cfa7bb0f COMMON: Merge code for str.cpp and ustr.cpp
Most of the code in str.cpp and ustr.cpp is actually the same. Do some
template magic to merge them.
2020-10-31 14:05:30 +01:00

20 lines
288 B
Makefile

MODULE := devtools/create_xeen
MODULE_OBJS := \
create_xeen.o \
cc.o \
clouds.o \
constants.o \
hashmap.o \
map.o \
memorypool.o \
str.o \
base-str.o \
swords.o
# Set the name of the executable
TOOL_EXECUTABLE := create_xeen
# Include common rules
include $(srcdir)/rules.mk