TclPKCS11

Artifact [1fc9e7f214]
Login

Artifact 1fc9e7f2148ec1ab55684e4153940415c710f8a57e4c83812cd3b9cffd73e3a2:


#! /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

# 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