Code clean in RawImage

Preparing for dcraw C++
This commit is contained in:
ffsup2
2010-11-20 20:48:16 +01:00
commit c5560a0296
650 changed files with 138474 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 "$@"