Gave up adapter to old libisofs. Renaming libisoburn and xorriso dirs.

This commit is contained in:
2008-01-26 00:26:57 +00:00
parent 91c092b428
commit 3fbaf84660
35 changed files with 598 additions and 5585 deletions

9
xorriso/make_timestamp.sh Executable file
View File

@ -0,0 +1,9 @@
#!/bin/sh
# Create version timestamp xorriso/xorriso_timestamp.h
# to be executed within ./libisoburn-develop
timestamp="$(date -u '+%Y.%m.%d.%H%M%S')"
echo "Version timestamp : $timestamp"
echo '#define Xorriso_timestamP "'"$timestamp"'"' >xorriso/xorriso_timestamp.h