TclPKCS11

Check-in [e44bf4f1c8]
Login
Overview
Comment:Added local build script
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: e44bf4f1c8fb69a0a9955be4de07a961f18ff0f7692e853f1ff449f2501e926d
User & Date: rkeene on 2010-10-11 00:08:34
Other Links: manifest | tags
Context
2010-10-11
00:10
Removed built aclocal.m4 from release check-in: 32c1e0acef user: rkeene tags: trunk
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
Changes

Modified build/make-local from [1fc9e7f214] to [3bcde6e579].

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




<
<
<
<
<
<
<
<
|







|
1
2
3
4








5
6
7
8
9
10
11
12
13
#! /bin/sh

make distclean









./configure

# 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.so