view libgaim/win32/rules.mak @ 14426:b6047532826b

[gaim-migrate @ 17136] Better connection error messages for Yahoo committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Sun, 03 Sep 2006 07:40:11 +0000
parents 8793fc8f7064
children e88aae4f4c40
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 typemap $< > $@

%.o: %.rc
	$(WINDRES) -i $< -o $@