From 147095fc076f615563bef6c08b48fb988f068c8a Mon Sep 17 00:00:00 2001 From: oy Date: Sun, 27 Mar 2011 13:09:10 +0200 Subject: added update to version 2.4.4 and dynamic library for freetype by Sworddragon. Closes #77. Closes #513 --- bam.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bam.lua') diff --git a/bam.lua b/bam.lua index efff7cb6..9b2661f5 100644 --- a/bam.lua +++ b/bam.lua @@ -112,6 +112,7 @@ client_link_other = {} client_depends = {} if family == "windows" then + table.insert(client_depends, CopyToDirectory(".", "other\\freetype\\lib\\freetype.dll")) table.insert(client_depends, CopyToDirectory(".", "other\\sdl\\vc2005libs\\SDL.dll")) if config.compiler.driver == "cl" then @@ -326,4 +327,3 @@ else build(release_settings) DefaultTarget("game_debug") end - -- cgit 1.4.1