Mercurial > pidgin
view libgaim/win32/rules.mak @ 14545:0a7ce7c8faa8
[gaim-migrate @ 17266]
There's a horizontal separator between the imhtml and the imhtml toolbar.
Before we weren't hiding he separator if we hid the toolbar which resulted in
a stray horizontal line. This kills that.
committer: Tailor Script <tailor@pidgin.im>
author | Sean Egan <seanegan@gmail.com> |
---|---|
date | Wed, 13 Sep 2006 18:02:08 +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 $@