[PD-cvs] externals/clr/PureData 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/PureData
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv7581/clr/PureData

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

Index: README.txt
===================================================================
RCS file: /cvsroot/pure-data/externals/clr/PureData/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 PureData.dll execute this command:
! 
! mcs Atom.cs pd.cs -out:PureData.dll -target:library
\ No newline at end of file
--- 1,10 ----
  to compile PureData.dll execute this command:
! 
! Using the Mono C#: 
! mcs -unsafe+ -out:PureData.dll -target:library -optimize+ *.cs 
! 
! For the Microsoft C# compiler, use csc instead of mcs
! 
! 
! put the PureData.dll anywhere in the PD search path (like e.g. the extra folder)
! 





More information about the Pd-cvs mailing list