Differences From Artifact [1ea5ee25a0]:
- File
kitsh/buildsrc/kitsh-0.0/kitInit.c
— part of check-in
[66535d6924]
at
2010-09-26 04:43:48
on branch trunk
— KitCreator 0.3.0.x
Added support for using ZIP archives if MK4 fails to build
Removed support for pure-Tcl MK4 (it didn't work) (user: rkeene, size: 6835) [annotate] [blame] [check-ins using]
To Artifact [512beccb11]:
- File kitsh/buildsrc/kitsh-0.0/kitInit.c — part of check-in [0368915b0d] at 2010-09-26 04:44:00 on branch trunk — Reverted cleanup of tclExecutableName (user: rkeene, size: 6828) [annotate] [blame] [check-ins using]
︙ | |||
58 59 60 61 62 63 64 | 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 | - + | # ifdef KIT_INCLUDES_MK4TCL # define KIT_STORAGE_MK4 1 # else # define KIT_STORAGE_ZIP 1 # endif #endif |
︙ |