Differences From Artifact [82996a921e]:
- Executable file build/make-kit-win32 — part of check-in [592228c7b0] at 2012-05-06 22:05:19 on branch trunk — Updated to fix bug build [cb7ed6affe] in build script -- need a better solution (user: rkeene, size: 362) [annotate] [blame] [check-ins using]
To 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...]
1 2 3 4 5 6 7 8 | 1 2 3 4 5 6 7 8 9 10 11 | - - - + | #! /bin/sh AR=i586-mingw32msvc-ar CC=i586-mingw32msvc-gcc CXX=i586-mingw32msvc-g++ RANLIB=i586-mingw32msvc-ranlib RC=i586-mingw32msvc-windres STRIP="${STRIP:-i586-mingw32msvc-strip}" |