Mercurial > pidgin.yaz
diff libpurple/protocols/qq/Makefile.mingw @ 24603:e8c5688afdcd
2008.12.06 - flos <lonicerae(at)gmail.com>
* Removed version checking script in Makefiles since our developers all migrated to monotone
* Use our development revision as OPENQ_VERSION in qq.c
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Sat, 06 Dec 2008 13:27:25 +0000 |
parents | fecedf6d9ee1 |
children | 59ed7712be5e |
line wrap: on
line diff
--- a/libpurple/protocols/qq/Makefile.mingw Fri Dec 05 15:52:02 2008 +0000 +++ b/libpurple/protocols/qq/Makefile.mingw Sat Dec 06 13:27:25 2008 +0000 @@ -6,14 +6,6 @@ PIDGIN_TREE_TOP := ../../.. include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak -CURRENT_REVISION=$(shell \ - if [ -e ./.hg_archival.txt ]; then \ - awk 'BEGIN {"grep node .hg_archival.txt" | getline rev; \ - rev=substr(rev,7,6); print rev}' > current_revision; \ - else \ - echo "!hg" > current_revision; \ - fi; \ - cat ./current_revision) TARGET = libqq TYPE = PLUGIN @@ -24,7 +16,6 @@ DLL_INSTALL_DIR = $(PURPLE_INSTALL_DIR) else ifeq ($(TYPE),PLUGIN) - DEFINES += -DOPENQ_VERSION=\"$(CURRENT_REVISION)\" DLL_INSTALL_DIR = $(PURPLE_INSTALL_PLUGINS_DIR) endif endif