diff options
author | Max Horn | 2011-06-01 23:50:27 +0200 |
---|---|---|
committer | Max Horn | 2011-06-01 23:57:21 +0200 |
commit | 70d5da3bc4362894c875b00ced1b289d18898258 (patch) | |
tree | 00876c82a5d7e55db26ba4de60028755201e3f10 /devtools/create_kyradat | |
parent | 3429a14c119752daa8d17c499dbffb27a3fe23a5 (diff) | |
download | scummvm-rg350-70d5da3bc4362894c875b00ced1b289d18898258.tar.gz scummvm-rg350-70d5da3bc4362894c875b00ced1b289d18898258.tar.bz2 scummvm-rg350-70d5da3bc4362894c875b00ced1b289d18898258.zip |
DEVTOOLS: Link create_kyradat against libcommon.a, for scumm_stricmp
Diffstat (limited to 'devtools/create_kyradat')
-rw-r--r-- | devtools/create_kyradat/module.mk | 3 |
1 files changed, 3 insertions, 0 deletions
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 |