view libpurple/win32/rules.mak @ 21728:86f62b1e2a5a

g_return_if_fail() if the chat room name or exchange aren't set or don't meet the requirements specified by the proto_chat_entry. It is the UI's responsibility to send the prpl valid chat room parameters. Fixes #4137.
author Mark Doliner <mark@kingant.net>
date Sun, 02 Dec 2007 20:02:53 +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 $@