diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-13 08:38:41 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2005-10-13 08:38:41 +0000 |
commit | ce98fd24bd72d479805cb121ca8e118826f1ed76 (patch) | |
tree | b109113870455d2c5595a0833301f234353578e3 /install-win32 | |
parent | Renamed plugin to plugins to work around (diff) | |
download | openvpn-ce98fd24bd72d479805cb121ca8e118826f1ed76.tar.xz |
Merged PKCS#11 patch.
Pre-2.1_beta3
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@604 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32')
-rwxr-xr-x | install-win32/prebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/install-win32/prebuild b/install-win32/prebuild index bd3e699..8f6ac3b 100755 --- a/install-win32/prebuild +++ b/install-win32/prebuild @@ -11,11 +11,11 @@ H=/c/src # Output NSIS-ready tree here (will be deleted # if already exists). -OUT=$H/openvpn-build +OUT=$H/21 # Source distribution is here. Can be the top # level directory of exploded tarball. -IN=/y/openvpn/20/openvpn +IN=/y/openvpn/21/openvpn # Already built OpenSSL tree. SSL=$H/openssl-0.9.7g @@ -54,9 +54,11 @@ gcc -O2 $SCRIPTS/u2d.c -o $U2D echo BUILD output dir from source rm -rf $OUT mkdir $OUT +mkdir $OUT/pkcs11 cp $IN/*.[ch] $OUT rm -f $OUT/config.h +cp $IN/pkcs11/*.h $OUT/pkcs11 if [ $MISC ]; then cp $MISC/*.* $OUT |