Overview
Comment: | Updated Win64 build script to enable 64-bit |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
7a265885068d9e9463d3dac2293679b3 |
User & Date: | rkeene on 2010-09-26 04:44:56 |
Other Links: | manifest | tags |
Context
2010-09-26
| ||
04:45 | Updated documentation regarding non-required packages check-in: bd4647be4c user: rkeene tags: trunk | |
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 | |
Changes
Modified build/make-kit-win64 from [a2884689e3] to [b47b5cb270].
1 2 3 4 5 6 7 8 9 10 | #! /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 | | | 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 --enable-64bit |