aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Horn2007-09-20 09:30:47 +0000
committerMax Horn2007-09-20 09:30:47 +0000
commitc2de32292900675d2fda0cb9d4948daa55e593a8 (patch)
tree8c1da648e404fc9a9d8fb6d5469d38a937f6a537
parent9593ff3e486a750b1deb5e43fe95ff8a20155d4c (diff)
downloadscummvm-rg350-c2de32292900675d2fda0cb9d4948daa55e593a8.tar.gz
scummvm-rg350-c2de32292900675d2fda0cb9d4948daa55e593a8.tar.bz2
scummvm-rg350-c2de32292900675d2fda0cb9d4948daa55e593a8.zip
Hook up create_lure tool to the regular build system
svn-id: r28983
-rw-r--r--tools/module.mk9
1 files changed, 8 insertions, 1 deletions
diff --git a/tools/module.mk b/tools/module.mk
index eb8b47aec0..a82ae70cdc 100644
--- a/tools/module.mk
+++ b/tools/module.mk
@@ -8,7 +8,10 @@ MODULE_DIRS += \
# Tools directory
#######################################################################
-TOOLS := tools/convbdf$(EXEEXT) tools/md5table$(EXEEXT)
+TOOLS := \
+ tools/convbdf$(EXEEXT) \
+ tools/md5table$(EXEEXT) \
+ tools/create_lure/create_lure$(EXEEXT)
# Make sure the 'all' / 'clean' targets build/clean the tools, too
@@ -33,6 +36,10 @@ tools/md5table$(EXEEXT): $(srcdir)/tools/md5table.c
$(MKDIR) tools/$(DEPDIR)
$(CC) $(CFLAGS) -Wall -o $@ $<
+tools/create_lure/create_lure$(EXEEXT): tools/create_lure/create_lure_dat.o tools/create_lure/process_actions.o
+ $(MKDIR) tools/create_lure/$(DEPDIR)
+ $(CXX) $(LDFLAGS) $+ -o $@
+
#
# Rules to explicitly rebuild the credits / MD5 tables.
# The rules for the files in the "web" resp. "docs" modules