Mercurial > pidgin
view libpurple/win32/rules.mak @ 28237:650b79eaf305
merge of '453bf3da68c1baca3d6585b338ac13df415c9be0'
and 'aedf94cca64dd46503c2482445e6de4e9816b7df'
author | Etan Reisner <pidgin@unreliablesource.net> |
---|---|
date | Sun, 16 Aug 2009 05:29:25 +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 $@