Artifact a073e1f521be051214f72099229244b1ad1730b6e4aa41c68acf17d382e1f242:
- Executable file build/make-win32 — part of check-in [768c073914] at 2010-10-11 13:55:21 on branch trunk — Updated local testing scripts to building using verbose errors (user: rkeene, size: 500) [annotate] [blame] [check-ins using]
#! /bin/sh
make distclean
AR=i586-mingw32msvc-ar
CC=i586-mingw32msvc-gcc
CXX=i586-mingw32msvc-g++
RANLIB=i586-mingw32msvc-ranlib
RC=i586-mingw32msvc-windres
STRIP=i586-mingw32msvc-strip
export AR CC CXX RANLIB RC STRIP
CFLAGS='-Wall -Werror -W' ./configure --host=i586-mingw32msvc --with-tcl=build/win32
# Replace version with the version
. build/makearch.info
sed "s/@@VERS@@/${VERS}/g" Makefile > Makefile.new && cat Makefile.new > Makefile
rm -f Makefile.new
make
"${STRIP}" -x tclpkcs11.dll