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/version.nsi | |
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/version.nsi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi index dad8a17..b371c29 100644 --- a/install-win32/version.nsi +++ b/install-win32/version.nsi @@ -10,3 +10,6 @@ ; Service template files service.[ch] (get from Platform SDK) !define SVC_TEMPLATE "../svc-template" + +; DDK Version +!define DDKVER 3790 |