1
0
forked from 0ad/0ad

remove some DLLs from the delayload list that shouldn't be there (DL doesn't make sense)

[this is a good time because the next commit requires workspace rebuild
anyway]

This was SVN commit r5882.
This commit is contained in:
janwas 2008-04-13 14:48:10 +00:00
parent 59db469f0f
commit 9cde0f45b7

View File

@ -510,12 +510,8 @@ function setup_main_exe ()
-- delay loading of various Windows DLLs (not specific to any of the
-- external libraries; those are handled separately)
"/DELAYLOAD:oleaut32.dll",
"/DELAYLOAD:advapi32.dll",
"/DELAYLOAD:user32.dll",
"/DELAYLOAD:ws2_32.dll",
"/DELAYLOAD:version.dll",
"/DELAYLOAD:winmm.dll",
-- allow manual unload of delay-loaded DLLs
"/DELAY:UNLOAD"