1
1
forked from 0ad/0ad

no longer delay load ogg dlls (new sound code is using openal ogg support); avoids warnings in the meantime

This was SVN commit r1149.
This commit is contained in:
janwas 2004-09-18 12:51:14 +00:00
parent dbee9e74fd
commit e675dbca5f

View File

@ -120,9 +120,6 @@ if (OS == "windows") then
"/DELAYLOAD:js32d.dll",
"/DELAYLOAD:zlib1d.dll",
"/DELAYLOAD:libpng13d.dll",
"/DELAYLOAD:vorbisfile_d.dll",
"/DELAYLOAD:ogg_d.dll",
"/DELAYLOAD:vorbis_d.dll",
}
-- Testing uses Debug DLL's
@ -132,9 +129,6 @@ if (OS == "windows") then
"/DELAYLOAD:js32.dll",
"/DELAYLOAD:zlib1.dll",
"/DELAYLOAD:libpng13.dll",
"/DELAYLOAD:vorbisfile.dll",
"/DELAYLOAD:ogg.dll",
"/DELAYLOAD:vorbis.dll",
}
tinsert(package.buildflags, { "no-main" })