Skip to content

Commit

Permalink
git-gui: set NO_MSGFMT to force using pure tcl replacement in msysgit
Browse files Browse the repository at this point in the history
Shawn's git-gui Makefile supports the pure tcl replacement
for msgfmt if setting NO_MSGFMT. This patch sets the NO_MSGFMT
for msysgit.

Signed-off-by: Steffen Prohaska <prohaska@zib.de>
Signed-off-by: Shawn O. Pearce <spearce@spearce.org>
  • Loading branch information
Steffen Prohaska authored and Shawn O. Pearce committed Oct 10, 2007
1 parent be700fe commit a16b74e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,9 @@ ifeq ($(uname_S),Darwin)
GITGUI_MACOSXAPP := YesPlease
endif
endif
ifneq (,$(findstring MINGW,$(uname_S)))
NO_MSGFMT=1
endif

ifdef GITGUI_MACOSXAPP
GITGUI_MAIN := git-gui.tcl
Expand Down

0 comments on commit a16b74e

Please sign in to comment.