From 70d5da3bc4362894c875b00ced1b289d18898258 Mon Sep 17 00:00:00 2001 From: Max Horn Date: Wed, 1 Jun 2011 23:50:27 +0200 Subject: DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmp --- devtools/create_kyradat/module.mk | 3 +++ 1 file changed, 3 insertions(+) (limited to 'devtools/create_kyradat') diff --git a/devtools/create_kyradat/module.mk b/devtools/create_kyradat/module.mk index fb458b43ff..4241f82e34 100644 --- a/devtools/create_kyradat/module.mk +++ b/devtools/create_kyradat/module.mk @@ -14,5 +14,8 @@ MODULE_OBJS := \ # Set the name of the executable TOOL_EXECUTABLE := create_kyradat +# Link against common code (for scumm_stricmp) +TOOL_DEPS := common/libcommon.a + # Include common rules include $(srcdir)/rules.mk -- cgit v1.2.3