mirror of
https://github.com/scummvm/scummvm.git
synced 2026-06-20 05:45:29 +00:00
Add initial version of create_nancy, which generates a datafile(nancy.dat) containing various data for games using the Nancy Drew engine.
13 lines
194 B
Makefile
13 lines
194 B
Makefile
|
|
MODULE := devtools/create_nancy
|
|
|
|
MODULE_OBJS := \
|
|
create_nancy.o \
|
|
file.o
|
|
|
|
# Set the name of the executable
|
|
TOOL_EXECUTABLE := create_nancy
|
|
|
|
# Include common rules
|
|
include $(srcdir)/rules.mk
|