Avoid /delayload warnings in Windows build.

This was SVN commit r16220.
This commit is contained in:
Ykkrosh 2015-01-24 18:54:47 +00:00
parent 67956f969e
commit ac8124b332

View file

@ -332,6 +332,7 @@ extern_lib_defs = {
add_default_links({
win_names = { "gloox-1.0" },
unix_names = { "gloox" },
no_delayload = 1,
})
end
end,
@ -397,6 +398,7 @@ extern_lib_defs = {
win_names = { "icuuc", "icuin" },
unix_names = { "icui18n", "icuuc" },
dbg_suffix = "",
no_delayload = 1,
})
end
end,