view share/Makefile.mingw @ 20535:a9ee3fbabf81

fixes oim timestamp for me, non HAVE_TM_GMTOFF people probably want to test this also has a failed attempt to fix duplicate oim
author Ka-Hing Cheung <khc@hxbc.us>
date Wed, 03 Oct 2007 02:43: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;