comparison libpurple/win32/global.mak @ 29505:c9a5b4ddff87

Use standalone gettext
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 28 Feb 2010 23:40:18 +0000
parents 2071b92780e5
children 996eb83a1162
comparison
equal deleted inserted replaced
29504:27a94015e239 29505:c9a5b4ddff87
101 101
102 # Build programs 102 # Build programs
103 ifeq "$(origin CC)" "default" 103 ifeq "$(origin CC)" "default"
104 CC := gcc.exe 104 CC := gcc.exe
105 endif 105 endif
106 GMSGFMT ?= $(GTK_BIN)/msgfmt 106 GMSGFMT ?= $(WIN32_DEV_TOP)/gettext-0.17/bin/msgfmt
107 MAKENSIS ?= makensis.exe 107 MAKENSIS ?= makensis.exe
108 MAKENSISOPT ?= / 108 MAKENSISOPT ?= /
109 PERL ?= /cygdrive/c/perl/bin/perl 109 PERL ?= /cygdrive/c/perl/bin/perl
110 WINDRES ?= windres 110 WINDRES ?= windres
111 STRIP ?= strip 111 STRIP ?= strip