comparison libpurple/protocols/bonjour/Makefile.mingw @ 18578:acd4ff9ddace

Bonjour only works on Windows2000 or newer, so we don't need to indirectly access the Net* functions. Avoid doing an unnecessary domain query to find the Domain Controller (which was causing a several second delay at startup). Also, try harder to avoid empty default names and falling back to "Purple Person".
author Daniel Atallah <daniel.atallah@gmail.com>
date Fri, 20 Jul 2007 22:24:10 +0000
parents b87114cdd6ae
children 316be7e715c6
comparison
equal deleted inserted replaced
18577:2a431f30af2a 18578:acd4ff9ddace
55 LIBS = \ 55 LIBS = \
56 -lglib-2.0 \ 56 -lglib-2.0 \
57 -lws2_32 \ 57 -lws2_32 \
58 -lintl \ 58 -lintl \
59 -ldnssd \ 59 -ldnssd \
60 -lnetapi32 \
60 -lpurple 61 -lpurple
61 62
62 include $(PIDGIN_COMMON_RULES) 63 include $(PIDGIN_COMMON_RULES)
63 64
64 ## 65 ##