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
+14
View File
@@ -0,0 +1,14 @@
#!/bin/sh
if [ $# -ne 1 ]; then
echo "Usage: $0 /path/to/IronPython/";
exit;
fi
IRONPYTHON="$1"
LIBS=$(cat libs.txt | awk '{print "Lib/"$1}')
OUTDIR=$PWD
cd $IRONPYTHON
./ipy.exe Tools/Scripts/pyc.py /target:dll /out:pythonlibs $LIBS
mv pythonlibs.dll $OUTDIR/