Artifact 35050fb318aa793007481e59b7777f31c7feaa49:
- Executable file build/make-kit-win64 — part of check-in [b5d7ffb774] at 2012-11-03 12:39:24 on branch trunk — Updated 64-bit win64 build to use 64-bit compiler (user: rkeene, size: 274) [annotate] [blame] [check-ins using]
#! /bin/sh
AR=x86_64-w64-mingw32-ar
CC=x86_64-w64-mingw32-gcc
CXX=x86_64-w64-mingw32-g++
RANLIB=x86_64-w64-mingw32-ranlib
RC=x86_64-w64-mingw32-windres
STRIP="${STRIP:-x86_64-w64-mingw32-strip}"
export AR CC CXX RANLIB RC STRIP
./kitcreator "$@" --host=x86_64-w64-mingw32