Mercurial > pidgin
view libpurple/win32/rules.mak @ 18836:5464e5d8603b
merge of '2dd575a1471bdca9f2d49e17e92165d3b6ddcca0'
and '5e5168d639fb9a3a29ab3fe44b976d6d25924403'
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 08 Aug 2007 00:29:26 +0000 |
parents | ded8da3de5f8 |
children | 1d6b962dea92 |
line wrap: on
line source
# Rules on how to make object files from various sources %.o: %.c $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@ -c $< %.c: %.xs $(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap -typemap $(PURPLE_PERL_TOP)/common/typemap $< > $@ %.o: %.rc $(WINDRES) -I$(PURPLE_TOP) -i $< -o $@