comparison libgaim/plugins/perl/Makefile.mingw @ 14851:036927fddcba

[gaim-migrate @ 17620] A couple patches from Lee Roach. -Delete the Perl loader link library when making clean. -Force the Tcl loader plugin to use the ActiveTcl installation. This will prevent 99.99% of the cygwin "hang on start" issues, at the cost of having the Tcl loader not work for some people - if you're one of the 5 or so people using the Tcl loader on win32, you can figure out how to fix it - maybe we'll add a faq entry. This should cut down on the frequent bug reports of gaim failing to start. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Sun, 29 Oct 2006 23:28:37 +0000
parents 5d03b309b482
children
comparison
equal deleted inserted replaced
14850:2405b9e6f05f 14851:036927fddcba
74 ## 74 ##
75 ## CLEAN RULES 75 ## CLEAN RULES
76 ## 76 ##
77 clean: 77 clean:
78 rm -rf $(OBJECTS) 78 rm -rf $(OBJECTS)
79 rm -rf $(TARGET).dll 79 rm -rf $(TARGET).dll $(TARGET).dll.a
80 $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean 80 $(MAKE) -C ./common -f $(GAIM_WIN32_MAKEFILE) clean
81 81
82 include $(GAIM_COMMON_TARGETS) 82 include $(GAIM_COMMON_TARGETS)