comparison libpurple/win32/global.mak @ 30396:62f0988c666c

Final piece of getting the installer translations integrated with the regular po files. This is a variation of the instructions at: http://nsis.sourceforge.net/Creating_language_files_and_integrating_with_MUI Using a Perl tool that the gcompris folks wrote. The NSIS LangStrings needed to have the underscores removed because .desktop files variable names may not contain underscores. Currently only translations with >=50% coverage will be present in the installer
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 19 May 2010 03:26:05 +0000
parents 63ef8a27aee5
children 80affba7ea0d
comparison
equal deleted inserted replaced
30395:5edd3992f59d 30396:62f0988c666c
106 MAKENSIS ?= makensis.exe 106 MAKENSIS ?= makensis.exe
107 MAKENSISOPT ?= / 107 MAKENSISOPT ?= /
108 PERL ?= perl 108 PERL ?= perl
109 WINDRES ?= windres 109 WINDRES ?= windres
110 STRIP ?= strip 110 STRIP ?= strip
111 INTLTOOL_MERGE ?= $(WIN32_DEV_TOP)/intltool_0.40.4-1_win32/bin/intltool-merge
111 112
112 PIDGIN_COMMON_RULES := $(PURPLE_TOP)/win32/rules.mak 113 PIDGIN_COMMON_RULES := $(PURPLE_TOP)/win32/rules.mak
113 PIDGIN_COMMON_TARGETS := $(PURPLE_TOP)/win32/targets.mak 114 PIDGIN_COMMON_TARGETS := $(PURPLE_TOP)/win32/targets.mak
114 MINGW_MAKEFILE := Makefile.mingw 115 MINGW_MAKEFILE := Makefile.mingw
115 116