Include main .rc file in format.xml, so that strings will actually print.
[reactos.git] / reactos / subsys / system / format / format.xml
index 980c0ca..c3958ba 100644 (file)
@@ -1,8 +1,9 @@
-<module name="format" type="win32cui" installbase="system32" installname="format.exe" warnings="false">\r
-       <include base="format">.</include>\r
-       <define name="__USE_W32API" />\r
-       <library>ntdll</library>\r
-       <library>kernel32</library>\r
-       <library>fmifs</library>\r
-       <file>format.c</file>\r
-</module>\r
+<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>