diff libpurple/plugins/perl/common/Makefile.mingw @ 16750:39c7bb133a9f

Remove the const-c and const-xs stuff and replace it with real constants exposed to perl.
author Etan Reisner <pidgin@unreliablesource.net>
date Tue, 01 May 2007 02:34:22 +0000
parents ca09f5b57672
children 4b1e2aefeb9d
line wrap: on
line diff
--- a/libpurple/plugins/perl/common/Makefile.mingw	Mon Apr 30 05:06:29 2007 +0000
+++ b/libpurple/plugins/perl/common/Makefile.mingw	Tue May 01 02:34:22 2007 +0000
@@ -68,7 +68,7 @@
 				Util.xs \
 				XMLNode.xs
 
-FALLBACKS =	const-c.inc const-xs.inc
+#FALLBACKS =	const-c.inc const-xs.inc
 C_FILES = $(XS_FILES:%.xs=%.c)
 OBJECTS = $(C_FILES:%.c=%.o)