Update of /cvsroot/pure-data/externals/clr/external In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv4246/external
Added Files: README.txt Log Message: adding notes on how to compile an assembly
--- NEW FILE: README.txt --- 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