aboutsummaryrefslogtreecommitdiff
path: root/PureData/README.txt
diff options
context:
space:
mode:
authorThomas Grill <xovo@users.sourceforge.net>2006-03-07 13:18:32 +0000
committerThomas Grill <xovo@users.sourceforge.net>2006-03-07 13:18:32 +0000
commit88ae96ff82ddc836a822a55aef17ea66ca06ac65 (patch)
tree28b5260ba5e0f2ced6f99ea5a28f49546a3322e6 /PureData/README.txt
parent6ef70933fef8baaf373e43b3f2a02f3a6b083171 (diff)
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
Diffstat (limited to 'PureData/README.txt')
-rwxr-xr-xPureData/README.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/PureData/README.txt b/PureData/README.txt
new file mode 100755
index 0000000..323f00c
--- /dev/null
+++ b/PureData/README.txt
@@ -0,0 +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