org.guifications.plugins.autoprofile_merge: 4a60962154b971a9360a11ec387d8d7b91e717fc

rekkanoryo at guifications.org rekkanoryo at guifications.org
Sun Mar 23 21:30:10 CDT 2008


-----------------------------------------------------------------
Revision: 4a60962154b971a9360a11ec387d8d7b91e717fc
Ancestor: 7fb8147fececbe5032825178bfee610916460973
Author: rekkanoryo at guifications.org
Date: 2008-03-24T02:23:52
Branch: org.guifications.plugins.autoprofile_merge

Added files:
        autoprofile/Makefile.mingw

ChangeLog: 

Add a Makefile.mingw here.  Autoprofile now builds properly.

-----------------------------------------------------------------
This revision's diffstat output:
 Makefile.mingw |   37 +++++++++++++++++++++++++++++++++++++
 1 file changed, 37 insertions(+)
-------------- next part --------------
============================================================
--- autoprofile/Makefile.mingw	4476fadca4cc9ea999b351df502278085d77195d
+++ autoprofile/Makefile.mingw	4476fadca4cc9ea999b351df502278085d77195d
@@ -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
+


More information about the Plugins-commits mailing list