Differences From Artifact [daac00effa]:
- Executable file kitsh/build.sh — part of check-in [31baf7fa49] at 2015-10-07 22:44:37 on branch trunk — Simplify and fix handling of 'kit.exe' instead of 'kit' on Windows. (user: mistachkin, size: 6643) [annotate] [blame] [check-ins using]
To Artifact [330b21f385]:
- Executable file kitsh/build.sh — part of check-in [65edae117a] at 2015-10-08 18:29:06 on branch trunk — Do not delete the Kit DLL after building it. (user: mistachkin, size: 6651) [annotate] [blame] [check-ins using]
︙ | |||
229 230 231 232 233 234 235 | 229 230 231 232 233 234 235 236 237 238 239 240 241 242 | - + | cp "${KITTARGET_NAME}.new" "${KITTARGET_NAME}" rm -f "${KITTARGET_NAME}.new" # Cleanup if [ "${KITTARGET}" = "kitdll" ]; then ## Remove built interpreters if we are building KitDLL -- ## they're just tiny stubs anyway |