mirror of
https://github.com/reactos/reactos.git
synced 2026-07-03 10:44:25 +08:00
Fix packmgr linkage.
svn path=/trunk/; revision=38229
This commit is contained in:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user