[Scummvm-cvs-logs] SF.net SVN: scummvm: [28983] scummvm/trunk/tools/module.mk
fingolfin at users.sourceforge.net
fingolfin at users.sourceforge.net
Thu Sep 20 11:30:47 CEST 2007
Revision: 28983
http://scummvm.svn.sourceforge.net/scummvm/?rev=28983&view=rev
Author: fingolfin
Date: 2007-09-20 02:30:47 -0700 (Thu, 20 Sep 2007)
Log Message:
-----------
Hook up create_lure tool to the regular build system
Modified Paths:
--------------
scummvm/trunk/tools/module.mk
Modified: scummvm/trunk/tools/module.mk
===================================================================
--- scummvm/trunk/tools/module.mk 2007-09-20 09:28:52 UTC (rev 28982)
+++ scummvm/trunk/tools/module.mk 2007-09-20 09:30:47 UTC (rev 28983)
@@ -8,7 +8,10 @@
# 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 @@
$(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
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
More information about the Scummvm-git-logs
mailing list