reactos/base/applications/cmdutils/hostname/hostname.rbuild

9 lines
286 B
Plaintext
Raw Normal View History

<?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>