From 88ae96ff82ddc836a822a55aef17ea66ca06ac65 Mon Sep 17 00:00:00 2001 From: Thomas Grill Date: Tue, 7 Mar 2006 13:18:32 +0000 Subject: restructured project (MSVC can't cope well with folder/classname mismatch) search for CLR DLLs in PD path first steps to efficient method handling svn path=/trunk/externals/clr/; revision=4656 --- Counter/README.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 Counter/README.txt (limited to 'Counter/README.txt') diff --git a/Counter/README.txt b/Counter/README.txt new file mode 100755 index 0000000..dd2d745 --- /dev/null +++ b/Counter/README.txt @@ -0,0 +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 -- cgit v1.2.1