Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 24063:11de3fd58c59
merge of '8c50cfe68a5cab6521acc54fedd6797e6c8b863f'
and 'b5edbb5c5168486c2c8c4b6bd01af85cbe56dc3c'
author | SHiNE CsyFeK <csyfek@gmail.com> |
---|---|
date | Fri, 19 Sep 2008 14:48:00 +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 $@