Include main .rc file in format.xml, so that strings will actually print. Disabled Ja.rc due to Unterminated Line Ending error, needs attention. This makes format.exe 100% more useful, but still does not format. Modified: trunk/reactos/subsys/system/format/format.rc Modified: trunk/reactos/subsys/system/format/format.xml _____
Modified: trunk/reactos/subsys/system/format/format.rc --- trunk/reactos/subsys/system/format/format.rc 2005-12-14 01:59:19 UTC (rev 20157) +++ trunk/reactos/subsys/system/format/format.rc 2005-12-14 03:30:22 UTC (rev 20158) @@ -7,6 +7,4 @@
#include "En.rc" #include "De.rc" -#include "Ja.rc" #include "Hu.rc" - _____
Modified: trunk/reactos/subsys/system/format/format.xml --- trunk/reactos/subsys/system/format/format.xml 2005-12-14 01:59:19 UTC (rev 20157) +++ trunk/reactos/subsys/system/format/format.xml 2005-12-14 03:30:22 UTC (rev 20158) @@ -4,5 +4,6 @@
<library>ntdll</library> <library>kernel32</library> <library>fmifs</library> + <file>format.rc</file> <file>format.c</file> </module>