Clean up folder structure a bit, move .NET 3rdparty under renderdocui/

This commit is contained in:
baldurk
2015-04-13 12:46:30 +01:00
parent b41b5242d1
commit f06964ea23
104 changed files with 17 additions and 16 deletions
+5
View File
@@ -0,0 +1,5 @@
This is a distribution of [IronPython](http://ironpython.net/) 2.7.4, license is available in LICENSE.md.
In this folder is compilelibs.sh which will build a selection of the Libs/ python standard library into a single dll for distribution. The dll isn't included since it ends up being ~10MB so too large to be nice to commit to git.
Run compilelibs.sh and point it at an IronPython checkout and it will copy pythonlibs.dll to this folder, which will be optionally loaded in code (and expected by the packaging scripts) to provide the python standard library in-program.