diff options
author | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 06:48:09 +0000 |
---|---|---|
committer | james <james@e7ae566f-a301-0410-adde-c780ea21d3b5> | 2007-03-06 06:48:09 +0000 |
commit | f9ad66c789308d99576ca5d28b1bedf973957ab2 (patch) | |
tree | 2bd88a8bf758ac32c8e8e85bfdeb2cd068626536 /install-win32/version.nsi | |
parent | Allow installation of TAP-Win64 (diff) | |
download | openvpn-f9ad66c789308d99576ca5d28b1bedf973957ab2.tar.xz |
Changes to Windows build environment, to allow straightforward building
directly from an svn checkout or export.
install-win32/version.nsi contains high-level version info.
The script install-win32/winconfig should be run initially to set up
build configuration files.
Then make can be executed as such:
. autodefs/nsidefs.sh
make -f makefile.w32 -j 2
git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@1757 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to '')
-rw-r--r-- | install-win32/version.nsi | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/install-win32/version.nsi b/install-win32/version.nsi new file mode 100644 index 0000000..7aeaca4 --- /dev/null +++ b/install-win32/version.nsi @@ -0,0 +1,9 @@ +; Version numbers and settings + +!define PRODUCT_VERSION "2.1_rc2c" +!define OPENSSL_VERSION "0.9.7l" + +; TAP Adapter +!define PRODUCT_TAP_MAJOR_VER 9 +!define PRODUCT_TAP_MINOR_VER 2 +!define PRODUCT_TAP_RELDATE "03/05/2007" |