Differences From Artifact [911c2b9643]:
- Executable file build/make-kit-win64 — 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: 266) [annotate] [blame] [check-ins using]
To Artifact [da3b8ad32e]:
- Executable file build/make-kit-win64 — part of check-in [250dfac130] at 2012-11-03 01:06:49 on branch trunk — Updated win64 build script (doesn't build 64-bit yet, oops) (user: rkeene, size: 260) [annotate] [blame] [check-ins using]
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="${STRIP:-amd64-mingw32msvc-strip}" export AR CC CXX RANLIB RC STRIP ./kitcreator "$@" --host=amd64-mingw32msvc --enable-64bit |
| | | | | | | |
1 2 3 4 5 6 7 8 9 10 11 |
#! /bin/sh AR=i686-w64-mingw32-ar CC=i686-w64-mingw32-gcc CXX=i686-w64-mingw32-g++ RANLIB=i686-w64-mingw32-ranlib RC=i686-w64-mingw32-windres STRIP="${STRIP:-i686-w64-mingw32-strip}" export AR CC CXX RANLIB RC STRIP ./kitcreator "$@" --host=i686-w64-mingw32 |