0
0
mirror of https://github.com/OpenVPN/openvpn.git synced 2024-09-20 12:02:28 +02:00
openvpn/install-win32/getprebuilt
james ba865c55a6 Changes to Windows build system: added GENOUT_PREBUILT mode
to allow building an OpenVPN installer with a reduced set
of prerequisites.  See comments in domake-win for more info.


git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2711 e7ae566f-a301-0410-adde-c780ea21d3b5
2008-02-01 19:44:53 +00:00

11 lines
243 B
Bash

#!/bin/sh
# get version.nsi definitions
. autodefs/defs.sh
# Get PKCS11-helper libraries
if [ -d "$GENOUT_PREBUILT" ] && ! [ -d "$GENOUT" ]; then
echo LOADING prebuilt binaries from $GENOUT_PREBUILT
cp -a $GENOUT_PREBUILT $GENOUT
fi