Artifact 82996a921eaaaf13d9a967a44b061d319fb3f12a:
- 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]
#! /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}" CFLAGS="${CFLAGS} -D_USE_32BIT_TIME_T=1" CPPFLAGS="${CPPFLAGS} -D_USE_32BIT_TIME_T=1" export AR CC CXX RANLIB RC STRIP CFLAGS CPPFLAGS ./kitcreator "$@" --host=i586-mingw32msvc