Mercurial > pidgin.yaz
view libpurple/win32/rules.mak @ 24117:b19a3458e6b2
merge of '59e2b9896f25e8517b3f0f4d742c143e6fccd6e0'
and 'c2b5d965f04a15ae8caa5262870b9feae90390d9'
author | Marcus Lundblad <ml@update.uu.se> |
---|---|
date | Thu, 25 Sep 2008 04:51:19 +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 $@