buildapp
buildapp copied to clipboard
Not building on Windows and CCL
On CCL1.10 on Windows XP 32b, (buildapp:build-buildapp)
fails. run-program is called as follows:
(run-program "ccl" '(...))
If run-program is called like below, it works.
(run-program "cmd" '("/c" "ccl" ...))