1
0
forked from 0ad/0ad

Made the compiler find dbghelp.(lib|h)

This was SVN commit r1823.
This commit is contained in:
Ykkrosh 2005-01-26 00:37:03 +00:00
parent 2d1ba66dc8
commit 228f225e8d

View File

@ -147,7 +147,8 @@ function setuppackage (projectname)
"xerces",
"vorbis",
"boost",
"libjpg"
"libjpg",
"dbghelp"
}
-- Add '<libraries root>/<libraryname>/lib' and '/include' to the includepaths and libpaths
@ -176,6 +177,7 @@ function setuppackage (projectname)
"/DELAYLOAD:dsound.dll",
"/DELAYLOAD:glu32.dll",
"/DELAYLOAD:openal32.dll",
"/DELAYLOAD:dbghelp.dll",
"/DELAY:UNLOAD" -- allow manual unload of delay-loaded DLLs
}