1
1
Fork 0
mirror of https://github.com/pbatard/rufus.git synced 2024-08-14 23:57:05 +00:00

[iso] initial ISO image support (EXPERIMENTAL)

* from libcdio: http://www.gnu.org/software/libcdio/
This commit is contained in:
Pete Batard 2012-01-31 01:40:22 +00:00
parent 9d2f9faa70
commit 5bd86bc743
93 changed files with 18908 additions and 676 deletions

6
autogen.sh Normal file
View file

@ -0,0 +1,6 @@
#!/bin/sh
aclocal || exit 1
#autoheader || exit 1
automake -a -c || exit 1
autoconf || exit 1
rm -rf autom4te.cache