pidgin/purple-plugin-pack

Add a Makefile.mingw here. Autoprofile now builds properly.
org.guifications.plugins.autoprofile_merge
2008-03-24, rekkanoryo
38da64cfe88d
Parents afc7e50053a1
Children f48266ebfba5
Add a Makefile.mingw here. Autoprofile now builds properly.
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/autoprofile/Makefile.mingw Mon Mar 24 02:23:52 2008 -0400
@@ -0,0 +1,37 @@
+#
+# Makefile.mingw
+#
+# Description: Makefile for autoprofile plugin.
+#
+
+PP_TOP := ..
+
+PP = autoprofile
+
+PP_SRC := \
+ autoaway.c \
+ autoprofile.c \
+ autoreply.c \
+ comp_countdownup.c \
+ comp_executable.c \
+ comp_http.c \
+ comp_logstats.c \
+ comp_logstats_gtk.c \
+ component.c \
+ comp_quotation.c \
+ comp_rss.c \
+ comp_rss_parser.c \
+ comp_rss_xanga.c \
+ comp_textfile.c \
+ comp_timestamp.c \
+ comp_uptime.c \
+ gtk_actions.c \
+ gtk_away_msgs.c \
+ gtk_widget.c \
+ preferences.c \
+ utility.c \
+ utility_rfc822.c \
+ widget.c \
+
+include $(PP_TOP)/win_pp.mak
+