Mercurial > pidgin
view libgaim/win32/rules.mak @ 14928:c6cd9faf4d06
[gaim-migrate @ 17700]
Display "Gaim" instead of "Gaim Executable" when multiple windows are "stacked" in the taskbar.
committer: Tailor Script <tailor@pidgin.im>
author | Daniel Atallah <daniel.atallah@gmail.com> |
---|---|
date | Wed, 08 Nov 2006 02:04:47 +0000 |
parents | fd45915c6988 |
children |
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 $(GAIM_LIB_PERL_TOP)/common/typemap $< > $@ %.o: %.rc $(WINDRES) -I$(GAIM_LIB_TOP) -i $< -o $@