From f1aaeb39f7ae2eaaa88fea5b1ec912c1bc9f0c4f Mon Sep 17 00:00:00 2001 From: Thomas Schmitt Date: Thu, 10 Jan 2008 15:50:50 +0000 Subject: [PATCH] Made compile_xorriso.sh -oglibisofs work on ./og_src --- test/compile_xorriso.sh | 3 ++- test/ng_xorrisoburn.c | 5 +++-- test/xorriso_timestamp.h | 2 +- 3 files changed, 6 insertions(+), 4 deletions(-) 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"