comparison libgaim/win32/rules.mak @ 14467:fd45915c6988

[gaim-migrate @ 17183] The gaim executable and the gtkgaim and libgaim dlls now contain version information. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Thu, 07 Sep 2006 17:53:25 +0000
parents e88aae4f4c40
children
comparison
equal deleted inserted replaced
14466:5a09940b88f7 14467:fd45915c6988
5 5
6 %.c: %.xs 6 %.c: %.xs
7 $(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap -typemap $(GAIM_LIB_PERL_TOP)/common/typemap $< > $@ 7 $(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap -typemap $(GAIM_LIB_PERL_TOP)/common/typemap $< > $@
8 8
9 %.o: %.rc 9 %.o: %.rc
10 $(WINDRES) -i $< -o $@ 10 $(WINDRES) -I$(GAIM_LIB_TOP) -i $< -o $@