diff --git a/test/compile_xorriso.sh b/test/compile_xorriso.sh index baad65b4..8a9f62b5 100755 --- a/test/compile_xorriso.sh +++ b/test/compile_xorriso.sh @@ -17,6 +17,7 @@ do_strip=0 static_opts= warn_opts="-Wall" nglibisofs=0 +gen= for i in "$@" do @@ -52,7 +53,7 @@ do then nglibisofs=0 isofs=./libisofs-develop/libisofs - isoburn=./libisoburn-develop/src + isoburn=./libisoburn-develop/og_src gen=-oglibisofs elif test "$i" = "-static" then diff --git a/test/ng_xorrisoburn.c b/test/ng_xorrisoburn.c index ea27b629..fd654b26 100644 --- a/test/ng_xorrisoburn.c +++ b/test/ng_xorrisoburn.c @@ -24,7 +24,7 @@ /* The library which does the ISO 9660 / RockRidge manipulations */ -/* >>> NG */ +/* >>> NG this is a botch name until somebody shows a better solution */ #include /* The library which does MMC optical drive operations */ @@ -32,7 +32,8 @@ /* The library which enhances overwriteable media with ISO 9660 multi-session capabilities via the method invented by Andy Polyakov for growisofs */ -#include +/* >>> NG this is a botch name until somebody shows a better solution */ +#include /* The official xorriso options API. "No shortcuts" */ #include "xorriso.h" diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index 7790e9e5..087c87e7 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2008.01.10.152353" +#define Xorriso_timestamP "2008.01.10.154948"