Fix ktcc build file on Windows
#428
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
As reported by @Burer:
programs/develop/ktcc/source/lib/buildtcclib1.bat, replace the hardcoded absolute path (D:...) and the outdated ...\ktcc\libc\kos32-tcc.exe location with a portable relative path to the new compiler location (...\ktcc\bin\kos32-tcc.exe).The path has long been broken (10 years!!). Ensure the correct binary location (probably
programs/develop/ktcc/bin/kos32-tcc.exe?).