Mercurial > pidgin
view libpurple/win32/rules.mak @ 15961:9182d979ce58
merge of 'ee2473f71341ef0bbbc782c3f43a8842b164b543'
and 'f40d11ee7f26ccab21583c3b07cd9e37a62c64e2'
author | Luke Schierer <lschiere@pidgin.im> |
---|---|
date | Wed, 28 Mar 2007 14:12:06 +0000 |
parents | 5fe8042783c1 |
children | ded8da3de5f8 |
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 $(GAIM_LIB_PERL_TOP)/common/typemap $< > $@ %.o: %.rc $(WINDRES) -I$(GAIM_LIB_TOP) -i $< -o $@