29 November 2011

Cdrtools mingw binary

This is 32-bit cdrtools binary package, probably best known in Windows world for its mkisofs, the most widely used free ISO mastering software. Although its popularity in Linux world a bit declining due to license issue in version 3, that doesn't seems affect most of Windows users anyway : )

Note that I only tried mkisofs since its cdrecord a bit weirdo to my liking it maybe working too, I would burn the ISO using alcohol or Windows' built-in burning. The binary is statically linked a.k.a standalone executables so you can pick only what you need. And don't given up to its --help, it does takes time to understand all those command options : ) just be patient.

Binary complete package (including devel files and manual)
cdrtools-3.01a06.7z 1.06 MB
or just mkisofs
mkisofs.exe 148 KB

If you want the Unix way of cdrtools go to http://www.student.tugraz.at/thomas.plank
If you want the Windows way look no further than http://cdrtfe.sourceforge.net

Brief instructions to build from sources

Extract using WinRAR (or anything that understand symlinks) or just use tar command line

Use grepwin to do this regex recursively
search string (case sensitive):
\bsleep\(
replacement string:
Sleep\(1000*
files:
*.c

Yeah this can also be done with something like #define sleep(n) Sleep(1000* n) but I've no idea where to put it...

To prevent definitions conflict add the following line in include\schily\windows.h file *before* #include <windows.h>:
#define _BSDTYPES_DEFINED

To compile type:
make all
*just ignore the spurious moans and warnings during compile, if you know what I mean :))

0 comments:

Post a Comment