--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/libpurple/win32/rules.mak Sat Jan 20 02:32:10 2007 +0000 @@ -0,0 +1,10 @@ +# 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 $@