libgaim/win32/rules.mak

Wed, 13 Dec 2006 10:11:31 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Wed, 13 Dec 2006 10:11:31 +0000
changeset 15256
c57887cd5d08
parent 14529
d3cec5c0192e
permissions
-rw-r--r--

[gaim-migrate @ 17983]
Move away from using MSG_PEEK when recv'ing data over oscar sockets.
It's possible this was causing problems with a small number of
Windows users? People seem to frown pretty heavily upon MSG_PEEK
in general, for some reason.

# 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 $@

mercurial