$include_dir="/home/hyper-archives/boost-build/include"; include("$include_dir/msg-header.inc") ?>
From: Vladimir Prus (ghost_at_[hidden])
Date: 2005-11-23 02:45:24
Hi Alexey,
> Rene Rivera wrote:
> > OK, I'm going to ask the stupid question. What does the "mc" tool do?
>
> It is a standard MS tool. It converts a file with text message
> definitions into three files:
>
> - .h with the list of message IDs;
> - .bin containing compiled messages;
> - .rc including .bin so that the messages will be added to application
> resources.
The patch itself it fine. I'm wondering a bit about context. We have a
"gettext" modules that handles:
- creating of "message catalogs" file from text translation files
- updating text translation files from sources
This is using GNU gettext tools. Does Microsoft provides anything for solving
the second issue. If not, no problem, I'll add a comment and commit the patch.
If yes, no problem I'll add a comment and commi the patch. Just want to
clarify the matter.
Thanks,
Volodya