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

9 lines
286 B
Ruby

<?xml version="1.0"?>
<!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
<module name="hostname" type="win32cui" installbase="system32" installname="hostname.exe" allowwarnings="true">
<library>kernel32</library>
<file>hostname.c</file>
<file>hostname.rc</file>
</module>