Closed vivid-pixel closed 1 year ago
Thanks for the suggestion. I'll incorporate more flexibility in the build script to account for multiple QB64 forks in the next release.
Regarding the QB64_HOME variable. I would recommend setting this as an environment variable so you do not have to set it each time you want to run the build:
I forgot to update this issue when I put out the 0.5.0 release. You can now use the build scripts with QB64 or QB64PE.
Here's my modification to also search for QB64PE
gx\mapmaker\build.bat:
There we go, easy compatibility!
Another snag I had during the install was setting the QB64_HOME variable. Under Windows PowerShell on Windows 11, I had to set the variable inside the main build script, rather than in the terminal prior to running. Otherwise the variable was always blank when the script accessed it. Maybe just something I'm doing wrong. gx\build.bat: