summaryrefslogtreecommitdiffstats
path: root/install-win32/winconfig
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 10:49:18 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 10:49:18 +0000
commita4d3945020e01bbfa83276ee83b311ea922cfb76 (patch)
treed25ee75490b37768e500fc5fea6e07b6eaa3e616 /install-win32/winconfig
parentaf897cabdcff349bcec55744db4e3208cbcddcf6 (diff)
downloadopenvpn-a4d3945020e01bbfa83276ee83b311ea922cfb76.tar.gz
openvpn-a4d3945020e01bbfa83276ee83b311ea922cfb76.tar.xz
openvpn-a4d3945020e01bbfa83276ee83b311ea922cfb76.zip
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 'install-win32/winconfig')
-rw-r--r--install-win32/winconfig10
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