forked from mirrors/0ad
Avoid /delayload warnings in Windows build.
This was SVN commit r16220.
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user