Copying float branch into default (apart from metadata tunneling, which oduis needs to re-enable n line 278 of simpleprocess.cc). I copied rtengine into default and patched things up, so this branch should have the rtgui of default and the rtengine of float.

This commit is contained in:
Emil Martinec
2011-04-06 20:40:30 -05:00
commit b4b8c0602f
675 changed files with 143701 additions and 0 deletions

4
rtstart Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
RT_BINDIR=`dirname "$0"`
export LD_LIBRARY_PATH=${RT_BINDIR}
cd "${RT_BINDIR}" && ./rt "$@"