Initial release of the message compiler.
commit30855917677c82b141a1f13ccbaae4414c4b0e4d
authorBertho Stultiens <bertho@panter.soci.aau.dk>
Tue, 13 Jun 2000 04:34:41 +0000 (13 04:34 +0000)
committerAlexandre Julliard <julliard@winehq.org>
Tue, 13 Jun 2000 04:34:41 +0000 (13 04:34 +0000)
treec252e6651937fe769b763325786f6788981d1537
parent13d74c5f0a7d343541844b02e05888d27c7fa4e2
Initial release of the message compiler.
21 files changed:
Make.rules.in
configure
configure.in
tools/Makefile.in
tools/wmc/.cvsignore [new file with mode: 0644]
tools/wmc/CHANGES [new file with mode: 0644]
tools/wmc/Makefile.in [new file with mode: 0644]
tools/wmc/lang.c [new file with mode: 0644]
tools/wmc/lang.h [new file with mode: 0644]
tools/wmc/language.c [new file with mode: 0644]
tools/wmc/mcl.c [new file with mode: 0644]
tools/wmc/mcy.y [new file with mode: 0644]
tools/wmc/utils.c [new file with mode: 0644]
tools/wmc/utils.h [new file with mode: 0644]
tools/wmc/wmc.c [new file with mode: 0644]
tools/wmc/wmc.h [new file with mode: 0644]
tools/wmc/wmc.man [new file with mode: 0644]
tools/wmc/wmctypes.h [new file with mode: 0644]
tools/wmc/write.c [new file with mode: 0644]
tools/wmc/write.h [new file with mode: 0644]
unicode/wctomb.c