blob: abd1e597706f04f71b582ab7a2ca1de58bcf1fa9 (
plain)
1
2
3
4
5
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
|