reactos/base/system/format/format.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
392 B
Ruby

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