Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 29007:1b8e39c6d1f3
merge of '4ede3b155e9d443dcec45785cecef60b7af55de9'
and 'a32b7088cc5f5afb18b147305a3b0b278b7c3dfb'
author | Elliott Sales de Andrade <qulogic@pidgin.im> |
---|---|
date | Mon, 23 Nov 2009 06:13:24 +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 $@