mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
2012315e5a
svn path=/trunk/; revision=34303
17 lines
480 B
Ruby
17 lines
480 B
Ruby
<module name="packmgr" type="win32gui" installbase="system32" installname="packmgr.exe">
|
|
<include base="package">.</include>
|
|
<include base="packmgr">.</include>
|
|
<define name="__USE_W32API" />
|
|
<define name="UNICODE" />
|
|
<define name="_WIN32_IE">0x0501</define>
|
|
<define name="_WIN32_WINNT">0x0501</define>
|
|
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<library>package</library>
|
|
|
|
<file>main.c</file>
|
|
<file>packmgr.rc</file>
|
|
</module>
|