comparison libgaim/win32/rules.mak @ 14315:8793fc8f7064

[gaim-migrate @ 17008] Lee Roach revamped the win32 makefiles. This makes me happy, they were in dire need of some loving. This makes life a great deal easier for anyone who wants to build out-of-tree plugins. committer: Tailor Script <tailor@pidgin.im>
author Daniel Atallah <daniel.atallah@gmail.com>
date Wed, 23 Aug 2006 21:34:43 +0000
parents
children e88aae4f4c40
comparison
equal deleted inserted replaced
14314:8b8188fa98f4 14315:8793fc8f7064
1 # Rules on how to make object files from various sources
2
3 %.o: %.c
4 $(CC) $(CFLAGS) $(DEFINES) $(INCLUDE_PATHS) -o $@ -c $<
5
6 %.c: %.xs
7 $(PERL) $(EXTUTILS)/xsubpp -typemap $(EXTUTILS)/typemap -typemap typemap $< > $@
8
9 %.o: %.rc
10 $(WINDRES) -i $< -o $@