git-gui: add a simple msgfmt replacement
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 25 Sep 2007 03:24:12 +0000 (23:24 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 25 Sep 2007 03:25:08 +0000 (23:25 -0400)
The program "msgfmt" was our only dependency on gettext. Since it
is more than just a hassle to compile gettext on MinGW, here is a
(very simple) drop-in replacement, which Works For Us.

[sp: Changed Makefile to enable/disable po2msg.sh by the new
NO_MSGFMT variable.]

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
No differences found