datajerk / c2t

Retro Code (Apple II, Cosmac VIP) to Tape/Text
BSD 3-Clause "New" or "Revised" License
64 stars 11 forks source link

INCLUDES report as missing #10

Closed TedThompson closed 5 years ago

TedThompson commented 5 years ago

Maybe not an issue, but I had to change #INCLUDE <fake6502.h> to read #INCLUDE "fake6502.h" for the compiler to find it. I had to do it for the #INCLUDE <c2t.h> as well.

This on on Windows 10 v1809 and MinGW v2013072200 (MinGW is not installed on my boot drive).

Just an FYI. After those edits, it compiled and ran beautifully.

datajerk commented 5 years ago

Fixed README.md. All that was needed was -I. on the command line. Thanks.