view share/Makefile.mingw @ 20498:6ef43e723595

I think this is the right way to fix timezone. People on Win32 _and_ people on system without HAVE_TM_GMTOFF and with HAVE_TIMEZONE need to test this Everyone else test this too, because I didn't References #2990
author Ka-Hing Cheung <khc@hxbc.us>
date Sun, 09 Sep 2007 00:46:16 +0000
parents ceb6561c5865
children
line wrap: on
line source

#
# Makefile.mingw
#
# Description: Makefile for win32 (mingw) version
#

PIDGIN_TREE_TOP := ..
include $(PIDGIN_TREE_TOP)/libpurple/win32/global.mak

include ./Makefile.am

.PHONY: install clean

install:
	if test '$(SUBDIRS)'; then \
	  list='$(SUBDIRS)'; for subdir in $$list; do \
	    $(MAKE) -C $$subdir -f $(MINGW_MAKEFILE) install || exit 1 ;\
	  done; \
	fi;