Artifact 5377b37a6c038d7ceb0ccce2f44117db7bf9e2715fde659c803e669088c44788:
- Executable file build/make-win32 — part of check-in [c755f4d2a4] at 2010-10-10 22:21:16 on branch trunk — Added Win32 build script (user: rkeene, size: 314) [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
./configure --host=i586-mingw32msvc --with-tcl=build/win32
make
"${STRIP}" -x tclpkcs11.dll