mirror of
https://github.com/reactos/reactos.git
synced 2025-04-26 08:30:21 +00:00
13 lines
361 B
Ruby
13 lines
361 B
Ruby
<module name="packmgr" type="win32gui" installbase="system32" installname="packmgr.exe">
|
|
<include base="package">.</include>
|
|
<include base="packmgr">.</include>
|
|
<define name="UNICODE" />
|
|
|
|
<library>kernel32</library>
|
|
<library>user32</library>
|
|
<library>comctl32</library>
|
|
<library>package</library>
|
|
|
|
<file>main.c</file>
|
|
<file>packmgr.rc</file>
|
|
</module>
|