Commit graph

7 commits

Author SHA1 Message Date
King_DuckZ
a105c69723 Buildfix 2020-03-04 02:55:03 +01:00
King_DuckZ
17f72fcbdf With some violence I got iso file listing working
I don't know if code is leaking or what, the c files are full with
unused code and globals and are quite dirty. But hey, it runs for meh!
2020-03-04 02:55:03 +01:00
King_DuckZ
b0e2658c15 Import cdrtools-3.02/mkisofs/diag/scsi.c but it doesn't compile 2020-03-04 02:55:03 +01:00
King_DuckZ
d53e4cf4cf Fix typo 2020-03-04 02:55:03 +01:00
King_DuckZ
7cd14d52ec Remove USE_FIND
I think what that code is doing is to parse a find-like
command and running a search on the file list from the ISO.
This is not what I want, I don't even want to store the
file list anywhere, instead I want to call a functor for each
file and directory being read and keep the code as stateless as
possible. So delete everything here.
2020-03-04 02:55:03 +01:00
King_DuckZ
289444bb63 Build fix for isoinfo lib. 2020-03-03 13:58:26 +01:00
King_DuckZ
c2db22734b Import cdrtools-3.02/mkisofs/diag/isoinfo.c and dependencies.
It doesn't compile, this is the unmodified upstream version.
2020-03-03 11:55:06 +01:00