mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-13 12:39:56 +00:00
19 lines
274 B
Makefile
19 lines
274 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 \
|
|
swords.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_xeen
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|