comparison libpurple/protocols/jabber/Makefile.mingw @ 26092:db517c55c508

Make it compile in Windows with the equivalent of --disable-vv.
author Mike Ruprecht <maiku@soc.pidgin.im>
date Fri, 09 Jan 2009 00:47:06 +0000
parents bee5ab815291
children ff4212a5268f
comparison
equal deleted inserted replaced
26091:59188d904773 26092:db517c55c508
83 ## 83 ##
84 ## LIBRARIES 84 ## LIBRARIES
85 ## 85 ##
86 LIBS = \ 86 LIBS = \
87 -lglib-2.0 \ 87 -lglib-2.0 \
88 -lgobject-2.0 \
88 -lxml2 \ 89 -lxml2 \
89 -lws2_32 \ 90 -lws2_32 \
90 -lintl \ 91 -lintl \
91 -lpurple 92 -lpurple
92 93