diff options
| author | oy <Tom_Adams@web.de> | 2011-03-27 13:09:10 +0200 |
|---|---|---|
| committer | oy <Tom_Adams@web.de> | 2011-03-27 13:09:10 +0200 |
| commit | 147095fc076f615563bef6c08b48fb988f068c8a (patch) | |
| tree | adea8432dddb17fac1c168fc57e4f3f0720724fe /bam.lua | |
| parent | d4f2b8de87807ded7b194b2c8b18cc63a6981860 (diff) | |
| download | zcatch-147095fc076f615563bef6c08b48fb988f068c8a.tar.gz zcatch-147095fc076f615563bef6c08b48fb988f068c8a.zip | |
added update to version 2.4.4 and dynamic library for freetype by Sworddragon. Closes #77. Closes #513
Diffstat (limited to 'bam.lua')
| -rw-r--r-- | bam.lua | 2 |
1 files changed, 1 insertions, 1 deletions
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 - |