view libpurple/win32/rules.mak @ 29817:b680a9f2b641

Use PNG instead of JPEG for FT thumbnails which is supported on both MSN and XMPP. Maybe we should add a hint for the UI similar to buddy icons.
author Elliott Sales de Andrade <qulogic@pidgin.im>
date Sun, 28 Feb 2010 05:35:20 +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 $@