[PD-cvs] externals/clr/Counter README.txt,1.1,1.2

Thomas Grill xovo at users.sourceforge.net
Thu Mar 9 20:06:55 CET 2006


Update of /cvsroot/pure-data/externals/clr/Counter
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7581/clr/Counter

Modified Files:
	README.txt 
Log Message:
fix for strange open_via_path behavior

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/clr/Counter/README.txt,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** README.txt	7 Mar 2006 13:18:31 -0000	1.1
--- README.txt	9 Mar 2006 19:06:53 -0000	1.2
***************
*** 1,3 ****
  to compile External.dll put  PureData.dll in this folder then execute this command:
  
! mcs External.cs Counter.cs -out:External.dll -target:library -r:PureData.dll
\ No newline at end of file
--- 1,6 ----
  to compile External.dll put  PureData.dll in this folder then execute this command:
  
! Using the Mono C#: 
! mcs -out:Counter.dll -target:library -r:PureData.dll -optimize+ *.cs
! 
! For the Microsoft C# compiler, use csc instead of mcs





More information about the Pd-cvs mailing list