Update of /cvsroot/pure-data/externals/grill/xsample In directory sc8-pr-cvs1:/tmp/cvs-serv2586
Modified Files: makefile.pd-bcc Log Message: ""
Index: makefile.pd-bcc =================================================================== RCS file: /cvsroot/pure-data/externals/grill/xsample/makefile.pd-bcc,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** makefile.pd-bcc 14 Apr 2003 10:04:47 -0000 1.1 --- makefile.pd-bcc 10 Dec 2003 03:37:33 -0000 1.2 *************** *** 64,67 **** --- 64,69 ---- $(OUTPATH)$(NAME).def: @echo EXPORTS $(SETUPFUNCTION) = _$(SETUPFUNCTION) > $< + # this next line fixes a strange problem with implib - lacking underscore?! + @echo IMPORTS _rtext_retext=PD.rtext_retext >> $<
$(OUTPATH)$(NAME).dll :: $(OUTPATH) $(OUTPATH)$(NAME).def $(OUTPATH)\pd.lib