view libpurple/win32/rules.mak @ 25324:9290eb3e07bf

More purple_debug printf(msg) fixes. I must have a newer GCC or something...
author Richard Laager <rlaager@wiktel.com>
date Fri, 14 Nov 2008 06:05:21 +0000 (2008-11-14)
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 $@