aboutsummaryrefslogtreecommitdiff
path: root/tap-win32/inf64.patch
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 06:48:09 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2007-03-06 06:48:09 +0000
commitf9ad66c789308d99576ca5d28b1bedf973957ab2 (patch)
tree2bd88a8bf758ac32c8e8e85bfdeb2cd068626536 /tap-win32/inf64.patch
parentAllow installation of TAP-Win64 (diff)
downloadopenvpn-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--tap-win32/inf64.patch14
1 files changed, 14 insertions, 0 deletions
diff --git a/tap-win32/inf64.patch b/tap-win32/inf64.patch
new file mode 100644
index 0000000..a619a3e
--- /dev/null
+++ b/tap-win32/inf64.patch
@@ -0,0 +1,14 @@
+--- i386/OemWin2k.inf Mon Mar 5 23:17:34 2007
++++ amd64/OemWin2k.inf Mon Mar 5 23:17:35 2007
+@@ -61,9 +61,9 @@
+ ; Manufacturer + Product Section (Done)
+ ;----------------------------------------------------------------
+ [Manufacturer]
+- %Provider% = tap0901
++ %Provider% = tap0901, NTamd64
+
+-[tap0901]
++[tap0901.NTamd64]
+ %DeviceDescription% = tap0901.ndi, tap0901
+
+ ;---------------------------------------------------------------