Mercurial > pidgin
view libgaim/win32/rules.mak @ 14828:91a89d5ef714
[gaim-migrate @ 17595]
Two new actions for the entry box: "delete-prev-word" and "cursor-prev-word". I haven't set any default binding for
either. But I think ctrl-w is a common binding for the first action.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Sat, 28 Oct 2006 06:01:30 +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 $@