Files
reactos/base/system/format/format.rbuild
T
Amine Khaldi 60eea2d779 * Branch for the 0.3.14 release.
svn path=/branches/ros-branch-0_3_14/; revision=55011
2012-01-19 15:13:24 +00:00

11 lines
342 B
Ruby

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