pelrun / dsk2cdt2disc

Convert CPC DSK files to a tape image that will rebuild the disc when loaded.
12 stars 3 forks source link

Convert linefeeds at build time to make sure it is independent on how… #12

Closed cpcitor closed 6 years ago

cpcitor commented 6 years ago

… the file was checked out.

Fixes #4 here.

make: Entering directory '.../dsk2cdt2disc/src'
unix2dos -n ./dsk2cdt-src/loader.txt loader_donotedit.crlf.bin.tmp && mv -vf loader_donotedit.crlf.bin.tmp loader_donotedit.crlf.bin
unix2dos: converting file ./dsk2cdt-src/loader.txt to file loader_donotedit.crlf.bin.tmp in DOS format ...
'loader_donotedit.crlf.bin.tmp' -> 'loader_donotedit.crlf.bin'
ld -r -b binary -o loader.o loader_donotedit.crlf.bin rsx.bin
make: Leaving directory '.../dsk2cdt2disc/src'
pelrun commented 6 years ago

I've fixed this independently whilst reworking the other issues, but thanks for the PR regardless.