Differences From Artifact [9863dce36d]:
- Executable file build/make-kit-win32 — part of check-in [6b5f7a6c29] at 2010-09-26 04:40:19 on branch trunk — Added internal script to build Win32 tclkit for testing (user: rkeene, size: 368) [annotate] [blame] [check-ins using]
To Artifact [d9637ee9cf]:
- Executable file
build/make-kit-win32
— part of check-in
[f644c21488]
at
2010-09-26 04:40:28
on branch trunk
— Updated kitsh to support Windows
Removed executable bit from boot.tcl
Updated licensing
Added documentation regarding statically linking to Tk
Updated win32 build test to pass in path to zlib (user: rkeene, size: 256) [annotate] [blame] [check-ins using]
1 2 3 | #! /bin/sh AR=i586-mingw32msvc-ar | | | | | 1 2 3 4 5 6 7 8 9 10 | #! /bin/sh AR=i586-mingw32msvc-ar CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ RANLIB=i586-mingw32msvc-ranlib RC=i586-mingw32msvc-windres export AR CC CXX RANLIB RC ./kitcreator "$@" --host=i586-mingw32msvc --with-zlib=/home/rkeene/root/windows-i386 |