view libgaim/win32/rules.mak @ 14375:f597127368de

[gaim-migrate @ 17081] Changing Hilbert to Hil, as per the patch submitter's request. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 29 Aug 2006 21:09:43 +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 $@