Fix packmgr linkage.

svn path=/trunk/; revision=38229
This commit is contained in:
Andrew Munger 2008-12-21 09:22:46 +00:00
parent 0fe3a6fdff
commit aa10663d0b

View file

@ -1,4 +1,4 @@
<module name="package" type="win32dll" installbase="system32" installname="package.dll" allowwarnings="true" stdlib="host">
<module name="package" type="win32dll" installbase="system32" installname="package.dll" allowwarnings="true" stdlib="host" crt="msvcrt">
<importlibrary definition="package.def" />
<include base="package">.</include>