Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 17244:d8102e923bd1
merge of '6314e2458eb034f1157174edc1f80ea8bb7ecebc'
and 'b2b0435d92302ced9beab7521249fd500aa6221b'
author | William Ehlhardt <williamehlhardt@gmail.com> |
---|---|
date | Tue, 22 May 2007 22:46:07 +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 $@