eion/purple-hangouts

Parents 2df235e0d95e
Children 72a12322ba67
Compile win32 builds against 2.10.11 for better backwards compatibility
  • +2 -2
    Makefile
  • --- a/Makefile Tue Nov 01 14:10:49 2016 +0100
    +++ b/Makefile Thu Nov 03 08:45:55 2016 +1300
    @@ -1,11 +1,11 @@
    -PIDGIN_TREE_TOP ?= ../pidgin-2.10.12
    +PIDGIN_TREE_TOP ?= ../pidgin-2.10.11
    PIDGIN3_TREE_TOP ?= ../pidgin-main
    LIBPURPLE_DIR ?= $(PIDGIN_TREE_TOP)/libpurple
    WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
    PROTOBUF_C_DIR ?= $(WIN32_DEV_TOP)/protobuf-c-Release-2.6
    -WIN32_CC ?= $(WIN32_DEV_TOP)/mingw/bin/gcc
    +WIN32_CC ?= $(WIN32_DEV_TOP)/mingw-4.7.2/bin/gcc
    PROTOC_C ?= protoc-c
    PKG_CONFIG ?= pkg-config