This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# | |
# Makefile.mingw | |
# | |
# Description: Makefile for win32 (mingw) version of purple-bitly Plugin for libpurple | |
# | |
PIDGIN_TREE_TOP := ../../.. | |
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak | |
LIBCURL_TOP := ${WIN32_DEV_TOP}/curl-7.21.4-devel-mingw32 |