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.

svn path=/trunk/; revision=20158
This commit is contained in:
Andrew Munger 2005-12-14 03:30:22 +00:00
parent b3c942b715
commit 4177c902b7
2 changed files with 1 additions and 2 deletions

View file

@ -7,6 +7,4 @@
#include "En.rc"
#include "De.rc"
#include "Ja.rc"
#include "Hu.rc"

View file

@ -4,5 +4,6 @@
<library>ntdll</library>
<library>kernel32</library>
<library>fmifs</library>
<file>format.rc</file>
<file>format.c</file>
</module>