diff options
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 - |