diff --git a/test/compile_xorriso.sh b/test/compile_xorriso.sh index 1dc415fd..8551c91b 100755 --- a/test/compile_xorriso.sh +++ b/test/compile_xorriso.sh @@ -56,6 +56,7 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \ $static_opts \ $debug_opts \ $def_opts \ + $largefile_opts \ \ -DXorriso_build_timestamP='"'"$timestamp"'"' \ \ @@ -63,6 +64,8 @@ cc -I. -DXorriso_with_maiN -DXorriso_with_regeX -DXorriso_with_readlinE \ \ "$xorr"/xorriso.c \ \ + "$xorr"/xorrisoburn.c \ + \ "$burn"/async.o \ "$burn"/debug.o \ "$burn"/drive.o \ diff --git a/test/xorriso_timestamp.h b/test/xorriso_timestamp.h index a899b2df..b8be2c32 100644 --- a/test/xorriso_timestamp.h +++ b/test/xorriso_timestamp.h @@ -1 +1 @@ -#define Xorriso_timestamP "2007.10.17.200241" +#define Xorriso_timestamP "2007.10.17.213852"