[PD-cvs] externals/grill/xsample makefile.pd-bcc,1.1,1.2

xovo at users.sourceforge.net xovo at users.sourceforge.net
Wed Dec 10 04:37:35 CET 2003


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 






More information about the Pd-cvs mailing list