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

17
clean.bat Executable file
View File

@@ -0,0 +1,17 @@
del CMakeCache.txt
del install_manifest.txt
del ./CMakeFiles
del ./rtengine/CMakeFiles
rm -R ./rtexif/CMakeFiles
rm -R ./rtgui/CMakeFiles
rm ./cmake*
rm ./rtengine/cmake*
rm ./rtexif/cmake*
rm ./rtgui/cmake*
rm ./Makefile
rm ./rtengine/Makefile
rm ./rtexif/Makefile
rm ./rtgui/Makefile
rm ./rtengine/librtengine.so
rm ./rtgui/rth
rm ./rtexif/librtexif.a