reactos/reactos/base/system/format/format.xml

10 lines
314 B
XML
Raw Normal View History

<module name="format" type="win32cui" installbase="system32" installname="format.exe" allowwarnings="true">
<include base="format">.</include>
<define name="__USE_W32API" />
<library>ntdll</library>
<library>kernel32</library>
<library>fmifs</library>
<file>format.rc</file>
<file>format.c</file>
</module>