reactos/base/setup/vmwinst/vmwinst.rbuild
Art Yerkes c501d8112c Create a branch for network fixes.
svn path=/branches/aicom-network-fixes/; revision=34994
2008-08-01 11:32:26 +00:00

19 lines
622 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="vmwinst" type="win32gui" installbase="system32" installname="vmwinst.exe" unicode="yes">
<include base="vmwinst">.</include>
<define name="_WIN32_IE">0x0501</define>
<define name="_WIN32_WINNT">0x0501</define>
<library>kernel32</library>
<library>advapi32</library>
<library>comctl32</library>
<library>comdlg32</library>
<library>newdev</library>
<library>user32</library>
<library>setupapi</library>
<library>shell32</library>
<library>ntdll</library>
<file>vmwinst.c</file>
<file>vmwinst.rc</file>
</module>