mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
Fix packmgr linkage.
svn path=/trunk/; revision=38229
This commit is contained in:
parent
0fe3a6fdff
commit
aa10663d0b
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue