comparison libpurple/win32/global.mak @ 21030:3cc856ca2338

Add a --with-extraversion option to ./configure so packagers can fine tune the version displayed to the end user to assist in support and things. Fixes #3681
author Stu Tomlinson <stu@nosnilmot.com>
date Sat, 27 Oct 2007 13:56:54 +0000
parents 9401a46da958
children daf98e539358
comparison
equal deleted inserted replaced
21029:3a12f08b2185 21030:3cc856ca2338
70 cat $(PIDGIN_TREE_TOP)/VERSION \ 70 cat $(PIDGIN_TREE_TOP)/VERSION \
71 ) 71 )
72 PURPLE_VERSION := $(PIDGIN_VERSION) 72 PURPLE_VERSION := $(PIDGIN_VERSION)
73 73
74 DEFINES += -DVERSION=\"$(PIDGIN_VERSION)\" \ 74 DEFINES += -DVERSION=\"$(PIDGIN_VERSION)\" \
75 -DDISPLAY_VERSION=\"$(PIDGIN_VERSION)\" \
75 -DHAVE_CONFIG_H 76 -DHAVE_CONFIG_H
76 77
77 # Use -g flag when building debug version of Pidgin (including plugins). 78 # Use -g flag when building debug version of Pidgin (including plugins).
78 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1 79 # Use -fnative-struct instead of -mms-bitfields when using mingw 1.1
79 # (gcc 2.95) 80 # (gcc 2.95)