comparison libpurple/win32/global.mak @ 26955:727d960a75a4

Make the makensis option prefix configurable, so cross-compiling from Linux can override the prefix in local.mak, avoiding the need to patch NSIS to accept win32-style option prefixes. Add this to local.mak if cross-compiling: MAKENSISOPT := -
author Stu Tomlinson <stu@nosnilmot.com>
date Wed, 13 May 2009 18:13:03 +0000
parents 4ba44bf066e3
children b74fa3d29cda
comparison
equal deleted inserted replaced
26954:91c8f6368a8c 26955:727d960a75a4
101 ifeq "$(origin CC)" "default" 101 ifeq "$(origin CC)" "default"
102 CC := gcc.exe 102 CC := gcc.exe
103 endif 103 endif
104 GMSGFMT ?= $(GTK_BIN)/msgfmt 104 GMSGFMT ?= $(GTK_BIN)/msgfmt
105 MAKENSIS ?= makensis.exe 105 MAKENSIS ?= makensis.exe
106 MAKENSISOPT ?= /
106 PERL ?= /cygdrive/c/perl/bin/perl 107 PERL ?= /cygdrive/c/perl/bin/perl
107 WINDRES ?= windres 108 WINDRES ?= windres
108 STRIP ?= strip 109 STRIP ?= strip
109 110
110 PIDGIN_COMMON_RULES := $(PURPLE_TOP)/win32/rules.mak 111 PIDGIN_COMMON_RULES := $(PURPLE_TOP)/win32/rules.mak