Hello, MSX-C gurus. I looked through the topic, and never met examples of including standard libs, like , , and own, local to the project, let it be "mylib.h" or whatever.
BTW, I ran into the necessity of doing that, and investigation of Lavandeira's translation gave me INCLUDE environment variable, which, unfortunately, does not seem to support multiple directories I had to pass to it to give directory of MSX-C headers and my own ones. Also I could not find any command line arguments for CF.COM and others to pass those directories.
Anyone knows how to solve this?
I see that the problem had no solution. So, for whoever meets same problem, I made an utility that copies MSX-C and your project files to RAMdisk for working on it and back to source drive: https://github.com/brawaga/msx-dos-utils/tree/master/workon.