158dde226f89bad82902b23f07bb5563b145a031
[reactos.git] / reactos / base / system / format / format.rbuild
1 <?xml version="1.0"?>
2 <!DOCTYPE project SYSTEM "tools/rbuild/project.dtd">
3 <module name="format" type="win32cui" installbase="system32" installname="format.exe" allowwarnings="true">
4 <include base="format">.</include>
5 <define name="__USE_W32API" />
6 <library>ntdll</library>
7 <library>kernel32</library>
8 <library>user32</library>
9 <library>fmifs</library>
10 <file>format.rc</file>
11 <file>format.c</file>
12 </module>