mirror of
https://github.com/libretro/scummvm.git
synced 2024-12-22 01:39:57 +00:00
221b78e4e2
This should fix bug #3489654 "DEVTOOLS: create_kyradat linkerror".
19 lines
266 B
Makefile
19 lines
266 B
Makefile
|
|
MODULE := devtools/create_kyradat
|
|
|
|
MODULE_OBJS := \
|
|
create_kyradat.o \
|
|
extract.o \
|
|
games.o \
|
|
md5.o \
|
|
pak.o \
|
|
search.o \
|
|
tables.o \
|
|
util.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_kyradat
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|