Differences From Artifact [248a24bff3]:
- Executable file build/make-kit-win32 — part of check-in [57ce9464cc] at 2011-09-15 20:00:16 on branch trunk — Added support for creating debug symbols builds (user: rkeene, size: 260) [annotate] [blame] [check-ins using] [more...]
To Artifact [b64eb2dc53]:
- Executable file build/make-kit-win32 — part of check-in [e2c7a97b27] at 2015-10-28 15:28:53 on branch trunk — Updated TLS package to 1.6.7, still needs lots of testing since the new TLS package is apparently really broken (user: rkeene, size: 345) [annotate] [blame] [check-ins using]
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 +TEA_PLATFORM='windows' 10 +KC_TLS_LINKADD='-lws2_32 -lgdi32' 11 +export AR CC CXX RANLIB RC STRIP TEA_PLATFORM KC_TLS_LINKADD 10 12 11 13 ./kitcreator "$@" --host=i586-mingw32msvc