view libgaim/win32/rules.mak @ 14389:746d535e9053

[gaim-migrate @ 17095] Completely redrawing the topmost line of a window causes the [X] to be overwritten. So now only the region of the old title will be restored. committer: Tailor Script <tailor@pidgin.im>
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Thu, 31 Aug 2006 05:58:32 +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 $@