comparison Makefile.mingw @ 32768:f01d6c9f3492

explicit merge of 'c5b3879b829a5067b2189e4393ca3b80f6fd96c3' and '90634d4a19f4639f388839e3efc46791f1ee31ab' to branch 'im.pidgin.pidgin'
author Richard Laager <rlaager@wiktel.com>
date Fri, 06 Apr 2012 04:30:00 +0000
parents 2908b16efa07
children
comparison
equal deleted inserted replaced
32750:cc258d58ee56 32768:f01d6c9f3492
92 ifndef DISABLE_NLS 92 ifndef DISABLE_NLS
93 $(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE) install 93 $(MAKE) -C $(PURPLE_PO_TOP) -f $(MINGW_MAKEFILE) install
94 endif 94 endif
95 $(MAKE) -C share/ca-certs -f $(MINGW_MAKEFILE) install 95 $(MAKE) -C share/ca-certs -f $(MINGW_MAKEFILE) install
96 $(MAKE) -C share/sounds -f $(MINGW_MAKEFILE) install 96 $(MAKE) -C share/sounds -f $(MINGW_MAKEFILE) install
97 mkdir -p $(PIDGIN_INSTALL_DIR)/spellcheck 97 mkdir -p $(PIDGIN_INSTALL_DIR)/spellcheck/lib/enchant
98 cp $(GTKSPELL_TOP)/bin/libgtkspell-0.dll $(PIDGIN_INSTALL_DIR)/spellcheck 98 cp $(GTKSPELL_TOP)/bin/libgtkspell-0.dll $(PIDGIN_INSTALL_DIR)/spellcheck
99 cp $(ENCHANT_TOP)/bin/libenchant.dll $(PIDGIN_INSTALL_DIR)/spellcheck 99 cp $(ENCHANT_TOP)/bin/libenchant.dll $(PIDGIN_INSTALL_DIR)/spellcheck
100 cp -R $(ENCHANT_TOP)/lib $(PIDGIN_INSTALL_DIR)/spellcheck 100 cp -R $(ENCHANT_TOP)/lib/enchant/*.dll $(PIDGIN_INSTALL_DIR)/spellcheck/lib/enchant
101 cp $(WIN32_DEV_TOP)/pidgin-inst-deps-20100315/exchndl.dll $(PIDGIN_INSTALL_DIR) 101 cp $(WIN32_DEV_TOP)/pidgin-inst-deps-20100315/exchndl.dll $(PIDGIN_INSTALL_DIR)
102 102
103 pidgin/win32/nsis/gtk-runtime-$(GTK_BUNDLE_VERSION).zip: 103 pidgin/win32/nsis/gtk-runtime-$(GTK_BUNDLE_VERSION).zip:
104 pidgin/win32/nsis/generate_gtk_zip.sh `pwd` 104 pidgin/win32/nsis/generate_gtk_zip.sh `pwd`
105 105