Added dependency on comsuppw to fix VC2005 build.

This was SVN commit r5216.
This commit is contained in:
Matei 2007-06-30 16:45:24 +00:00
parent f42721dd32
commit d9702ca590
2 changed files with 9 additions and 2 deletions

View File

@ -64,6 +64,11 @@ extern_lib_defs = {
},
misc = {
},
comsuppw = {
win_names = { "comsuppw" },
dbg_suffix = "d",
no_delayload = 1
},
dbghelp = {
win_names = { "dbghelp" },
dbg_suffix = "",

View File

@ -444,7 +444,8 @@ used_extern_libs = {
"boost",
"dbghelp",
"cxxtest",
"directx"
"directx",
"comsuppw"
}
-- Bundles static libs together with main.cpp and builds game executable.
@ -660,7 +661,8 @@ function setup_atlas_packages()
"ffmpeg",
"spidermonkey",
"wxwidgets",
"xerces"
"xerces",
"comsuppw"
},{ -- extra_params
pch = (not has_broken_pch),
extra_links = { "AtlasObject", "AtlasScript", "wxJS", "DatafileIO" },