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 /tap-win32/i386 | |
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 'tap-win32/i386')
-rwxr-xr-x | tap-win32/i386/OemWin2k.inf.in (renamed from tap-win32/i386/OemWin2k.inf) | 2 | ||||
-rwxr-xr-x | tap-win32/i386/tap.cat | 6 |
2 files changed, 1 insertions, 7 deletions
diff --git a/tap-win32/i386/OemWin2k.inf b/tap-win32/i386/OemWin2k.inf.in index 792cbb8..a5450ad 100755 --- a/tap-win32/i386/OemWin2k.inf +++ b/tap-win32/i386/OemWin2k.inf.in @@ -51,7 +51,7 @@ ; This version number should match the version ; number given in SOURCES. - DriverVer=03/05/2007,9.00.00.0002 + DriverVer=@@PRODUCT_TAP_RELDATE@@,@@PRODUCT_TAP_MAJOR_VER@@.00.00.@@PRODUCT_TAP_MINOR_VER@@ [Strings] DeviceDescription = "TAP-Win32 Adapter V9" diff --git a/tap-win32/i386/tap.cat b/tap-win32/i386/tap.cat deleted file mode 100755 index 4492fa2..0000000 --- a/tap-win32/i386/tap.cat +++ /dev/null @@ -1,6 +0,0 @@ -; **************************************************************************** -; * Copyright (C) 2002-2005 OpenVPN Solutions LLC * -; * This program is free software; you can redistribute it and/or modify * -; * it under the terms of the GNU General Public License version 2 * -; * as published by the Free Software Foundation. * -; **************************************************************************** |