grim/purple-spasm

05c3535bea7c
Add the windows paths to the top of Makefile.example
#!/usr/bin/make -f
PIDGIN_TREE_TOP ?= ../pidgin-2.12.0
WIN32_DEV_TOP ?= $(PIDGIN_TREE_TOP)/../win32-dev
PLUGIN_LIBRARIES :=
PLUGIN_CFLAGS :=
PLUGIN_NAME := helloworld
PLUGIN_SOURCES := helloworld.c
PLUGIN_HEADERS :=
include libpurple.mk