Mercurial > pidgin
view libpurple/win32/rules.mak @ 27537:32d2caa6a777
Commit the QQ null chat room name crash on the *right* branch.
*** Plucked rev d3a2bc4e480b1ff46d215d1622464bd613a5286d (darkrain42@pidgin.im):
Fix a crash when joining a chat room with NULL name. Closes #7568.
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Tue, 14 Jul 2009 19:55:40 +0000 |
parents | ded8da3de5f8 |
children | 1d6b962dea92 |
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 $(PURPLE_PERL_TOP)/common/typemap $< > $@ %.o: %.rc $(WINDRES) -I$(PURPLE_TOP) -i $< -o $@