TclPKCS11

Check-in [ee5ffe26ef]
Login
Overview
Comment:Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-win32 to build/make-local.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: ee5ffe26ef0403791dc81c64daa4038b2b6d2c39e92d8260f913996347440573
User & Date: rkeene on 2010-10-11 00:08:33
Other Links: manifest | tags
Context
2010-10-11
00:08
Added local build script check-in: e44bf4f1c8 user: rkeene tags: trunk
00:08
Subversion to Fossil Copy Commit. Please Ignore. Recording copying build/make-win32 to build/make-local. check-in: ee5ffe26ef user: rkeene tags: trunk
00:06
Updated Win32 build to replace version with actual value for building from Subversion check-in: 3aac139bd8 user: rkeene tags: trunk
Changes

Added build/make-local version [1fc9e7f214].











































>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
#! /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