Overview
Comment: | Added internal script to build Win64 Tclkit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
b6cf3f3b19df208c34ec062dbbb29b53 |
User & Date: | rkeene on 2010-09-26 04:44:52 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:44 | Updated Win64 build script to enable 64-bit check-in: 7a26588506 user: rkeene tags: trunk | |
04:44 | Added internal script to build Win64 Tclkit check-in: b6cf3f3b19 user: rkeene tags: trunk | |
04:44 | Updated list of files which are not solely from KitCreator and thus licensed under the terms of the MIT license check-in: 0169fdc0a7 user: rkeene tags: trunk | |
Changes
Renamed and modified build/make-kit-win32 [34e60fa0c9] to build/make-kit-win64 [a2884689e3].
1 2 | #! /bin/sh | | | | | | | | | 1 2 3 4 5 6 7 8 9 10 11 | #! /bin/sh AR=amd64-mingw32msvc-ar CC=amd64-mingw32msvc-gcc CXX=false RANLIB=amd64-mingw32msvc-ranlib RC=amd64-mingw32msvc-windres STRIP=amd64-mingw32msvc-strip export AR CC CXX RANLIB RC STRIP ./kitcreator "$@" --host=amd64-mingw32msvc |