Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 24970:0e50e4e7aef7
merge of '414e6fd248a6ee80f1bc52c4c4fe5b24f6375f88'
and 'ce7325225416ec95baeeda78efa250ccc0c8dc87'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Tue, 20 Jan 2009 03:15:56 +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 $@