Overview
Comment: | Updated to fix bug build [cb7ed6affe] in build script -- need a better solution |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: | 592228c7b0bd8add8d0cf359c058d3ce2917aa5d |
User & Date: | rkeene on 2012-05-06 22:05:19 |
Other Links: | manifest | tags |
Context
2012-05-06
| ||
22:15 | Updated to always define _USE_32BIT_TIME_T in tcl.h, required to fix [cb7ed6affe] check-in: 8b02cd8c92 user: rkeene tags: trunk | |
22:05 | Updated to fix bug build [cb7ed6affe] in build script -- need a better solution check-in: 592228c7b0 user: rkeene tags: trunk | |
20:26 | Updated to override site-local autoconf brokenness on some 64-bit systems check-in: f4d5d0f507 user: rkeene tags: trunk | |
Changes
Modified build/make-kit-win32 from [248a24bff3] to [82996a921e].
2 2 3 3 AR=i586-mingw32msvc-ar 4 4 CC=i586-mingw32msvc-gcc 5 5 CXX=i586-mingw32msvc-g++ 6 6 RANLIB=i586-mingw32msvc-ranlib 7 7 RC=i586-mingw32msvc-windres 8 8 STRIP="${STRIP:-i586-mingw32msvc-strip}" 9 -export AR CC CXX RANLIB RC STRIP 9 +CFLAGS="${CFLAGS} -D_USE_32BIT_TIME_T=1" 10 +CPPFLAGS="${CPPFLAGS} -D_USE_32BIT_TIME_T=1" 11 +export AR CC CXX RANLIB RC STRIP CFLAGS CPPFLAGS 10 12 11 13 ./kitcreator "$@" --host=i586-mingw32msvc