summaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
Diffstat (limited to 'tools')
-rwxr-xr-xtools/build2
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/build b/tools/build
new file mode 100755
index 0000000..7fd22ba
--- /dev/null
+++ b/tools/build
@@ -0,0 +1,2 @@
+gmcs -target:library -out:dnoi.dll -recurse:*.cs -langversion:linq -reference:System.Web.dll -reference:System.Drawing.dll
+