mirror of
https://github.com/reactos/reactos.git
synced 2025-06-20 07:36:05 +00:00
12 lines
456 B
Ruby
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>
|