--- a/libpurple/win32/global.mak Mon Apr 08 16:49:48 2013 +0200 +++ b/libpurple/win32/global.mak Mon Apr 08 16:57:03 2013 +0200 @@ -65,6 +65,7 @@ CC_HARDENING_OPTIONS ?= -Wstack-protector -fwrapv -fno-strict-overflow -Wno-missing-field-initializers -Wformat-security -fstack-protector-all --param ssp-buffer-size=1 LD_HARDENING_OPTIONS ?= -Wl,--dynamicbase -Wl,--nxcompat +TAG := @$(PURPLE_TOP)/win32/tag.sh # parse the version number from the configure.ac file if it is newer #m4_define([purple_major_version], [2]) @@ -106,6 +107,9 @@ ifeq "$(origin CC)" "default" CC := gcc.exe endif +# comment out the next line to make output more verbose +CC := $(TAG) "auto" $(CC) + GMSGFMT ?= $(WIN32_DEV_TOP)/gettext-0.18/bin/msgfmt MAKENSIS ?= makensis.exe PERL ?= perl