git-gui: add a simple msgfmt replacement
commitcd38c86fd8e8fbbc1d83b80f7d96cf19d8266196
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Tue, 25 Sep 2007 03:24:12 +0000 (24 23:24 -0400)
committerShawn O. Pearce <spearce@spearce.org>
Tue, 25 Sep 2007 03:25:08 +0000 (24 23:25 -0400)
tree12160194631575cba5e44cb20559dbb234bab493
parent85f77eadcc1d6e5a62079ab86988ffe95e9421d5
git-gui: add a simple msgfmt replacement

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>
Makefile
po/po2msg.sh [new file with mode: 0644]