aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavide Morelli <morellid@users.sourceforge.net>2006-01-19 23:24:51 +0000
committerDavide Morelli <morellid@users.sourceforge.net>2006-01-19 23:24:51 +0000
commitbde79af1b578321dfc73475e4fdf38a950a5a50c (patch)
tree96671a85de500663911196fde5a114495d7ed1f9
parent3e4b264ddb771f7657d6c070599d7c8af3d90f15 (diff)
adding notes on how to compile an assembly
svn path=/trunk/externals/clr/; revision=4449
-rwxr-xr-xexternal/README.txt3
-rwxr-xr-xpd/README.txt3
2 files changed, 6 insertions, 0 deletions
diff --git a/external/README.txt b/external/README.txt
new file mode 100755
index 0000000..dd2d745
--- /dev/null
+++ b/external/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
diff --git a/pd/README.txt b/pd/README.txt
new file mode 100755
index 0000000..323f00c
--- /dev/null
+++ b/pd/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