Mercurial > pidgin
changeset 16612:e9c412816e4e
merge of '88139d3c38c247fb0f892c9f42643f986ebf996e'
and 'a35e9c6965a0723281ab3a62044581a55d2e59a2'
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sun, 29 Apr 2007 01:01:51 +0000 |
parents | db39246fdf6d (current diff) ee8bb9b5acb8 (diff) |
children | dbd0a01a9a81 |
files | |
diffstat | 1 files changed, 0 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/win32/targets.mak Sun Apr 29 00:59:00 2007 +0000 +++ b/libpurple/win32/targets.mak Sun Apr 29 01:01:51 2007 +0000 @@ -15,9 +15,6 @@ /^m4_define..purple_minor_version/ {system("sed -i -e s/@PURPLE_MINOR_VERSION@/"$$5"/ $(PURPLE_VERSION_H)");} \ /^m4_define..purple_micro_version/ {system("sed -i -e s/@PURPLE_MICRO_VERSION@/"$$5"/ $(PURPLE_VERSION_H)"); exit}' $(PIDGIN_TREE_TOP)/configure.ac - sed -e s/@PURPLE_MAJOR_VERSION@/2/ -e s/@PURPLE_MINOR_VERSION@/0/ -e s/@PURPLE_MICRO_VERSION@/0/ $(PURPLE_TOP)/version.h.in > $(PURPLE_VERSION_H) - - $(PURPLE_DLL) $(PURPLE_DLL).a: $(PURPLE_VERSION_H) $(MAKE) -C $(PURPLE_TOP) -f $(MINGW_MAKEFILE) libpurple.dll