From 2a3de2593da93042ce4ea2725909a92967962b79 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Thu, 9 Mar 2006 19:06:53 +0000 Subject: fix for strange open_via_path behavior svn path=/trunk/externals/clr/; revision=4675 --- Counter/README.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Counter/README.txt') diff --git a/Counter/README.txt b/Counter/README.txt index dd2d745..abd1e59 100755 --- a/Counter/README.txt +++ b/Counter/README.txt @@ -1,3 +1,6 @@ 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 +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 -- cgit v1.2.1