reactos/base/applications/cmdutils/xcopy/xcopy.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

12 lines
456 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="xcopy" type="win32cui" installbase="system32" installname="xcopy.exe" allowwarnings="true" unicode="true">
<include base="xcopy">.</include>
<library>wine</library>
<library>kernel32</library>
<library>advapi32</library>
<library>user32</library>
<file>xcopy.c</file>
<file>xcopy.rc</file>
<metadata description="xcopy command-line tool" />
</module>