Mercurial > pidgin
view libpurple/win32/rules.mak @ 23934:93a9cef58d05
merge of '46196fef32aa6c83b1155e906772d576c064fa25'
and 'bfdc7e5d5feaa231a259f2cfc813699e2d6deb27'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Wed, 20 Aug 2008 00:34:16 +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 $@