From c0ca4188c9813ddb28076c025fdcd3f4f100abeb Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Wed, 10 Dec 2003 03:37:59 +0000 Subject: "" svn path=/trunk/; revision=1212 --- externals/grill/xsample/makefile.pd-bcc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'externals/grill/xsample/makefile.pd-bcc') diff --git a/externals/grill/xsample/makefile.pd-bcc b/externals/grill/xsample/makefile.pd-bcc index 0b959d11..59d6efc8 100644 --- a/externals/grill/xsample/makefile.pd-bcc +++ b/externals/grill/xsample/makefile.pd-bcc @@ -63,6 +63,8 @@ $(OUTPATH)\pd.lib: $(PDPATH)\bin\pd.dll $(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 -- cgit v1.2.1