diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 10:49:18 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 10:49:18 +0000 |
commit | a4d3945020e01bbfa83276ee83b311ea922cfb76 (patch) | |
tree | d25ee75490b37768e500fc5fea6e07b6eaa3e616 /install-win32/winconfig | |
parent | Added maketap and signtap scripts. (diff) | |
download | openvpn-a4d3945020e01bbfa83276ee83b311ea922cfb76.tar.xz |
Added maketapinstall.
Added makebin to build bin directory.
Modified openvpn.nsi to read distribution
files from the new locations.
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1760 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/winconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/install-win32/winconfig b/install-win32/winconfig index bd2632f..583bd89 100644 --- a/install-win32/winconfig +++ b/install-win32/winconfig @@ -39,3 +39,13 @@ cd service-win32 cp service.c service.c.orig cp service.h service.h.orig $PATCH <service.patch + +# build license file +cd $c +cat COPYING COPYRIGHT.GPL >install-win32/license.txt + +# copy sample configuration files and docs +cp sample-config-files/client.conf install-win32/client.ovpn +cp sample-config-files/server.conf install-win32/server.ovpn +cp easy-rsa/1.0/openssl.cnf install-win32/openssl.cnf.sample +cp INSTALL-win32.txt install-win32 |