Create a branch for cmake bringup.
[reactos.git] / base / system / format / format.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE module SYSTEM "../../../tools/rbuild/project.dtd">
3 <module name="format" type="win32cui" installbase="system32" installname="format.exe">
4 <include base="format">.</include>
5 <library>ntdll</library>
6 <library>user32</library>
7 <library>fmifs</library>
8 <file>format.rc</file>
9 <file>format.c</file>
10 </module>