Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 18115:871d9aa8e51c
Re-apply a good change from 1411afd7660760db59966c3a9f18e2adab8eb27e:
Clarify some code so it doesn't look like people should modify the lists
returned by purple_conv_chat_get_ignored() or purple_conv_chat_get_users().
author | Richard Laager <rlaager@wiktel.com> |
---|---|
date | Sat, 16 Jun 2007 19:08:51 +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 $@