Use mkisofs documentation to find the meaning of options (see: Documents). This is too
complicated to be explained here.
There was 3 versions of Make ISO module: for cygwin version of mkisofs, for mingw32
version of mkisofs and combo version.
Only difference was in making and handling linked (duplicated) files. In cygwin
version you had to use DFL first, and then in Make ISO you had to select -cache
inodes and -follow links. In mingw32 version from Alex Kopylov all this (DFL and
corresponding options in Make ISO) is integrated in just one Make ISO option
-duplicates-once. Cygwin version of mkisofs isn't supported in The_GUI anymore.
Batch file maded by this program isn't deleted after execution, you can find him
in the folder where the root of your CD project is. The file is BUILD.BAT. |