view libpurple/win32/rules.mak @ 22603:e8d35793bd71

Only call oscar_format_screenname() on connecting if we need to change our formatting from what the server is using for us.
author Mark Doliner <mark@kingant.net>
date Thu, 03 Apr 2008 23:40:45 +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 $@