New option -read_mkisofsrc interprets .mkisofsrc

This commit is contained in:
2010-06-25 17:59:01 +00:00
parent cae1fab0de
commit 528631a647
12 changed files with 298 additions and 76 deletions

View File

@ -80,6 +80,9 @@ struct XorrisO { /* the global context of xorriso */
char rc_filenames[Xorriso_rc_nuM][SfileadrL];
int rc_filename_count;
/* Whether .mkisofsrc has already been read */
int mkisofsrc_done;
char wdi[SfileadrL];
char wdx[SfileadrL];
int did_something_useful;