summaryrefslogtreecommitdiffstats
path: root/install-win32/maketapinstall
diff options
context:
space:
mode:
authorjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-22 23:52:08 +0000
committerjames <james@e7ae566f-a301-0410-adde-c780ea21d3b5>2008-01-22 23:52:08 +0000
commit44b3dcc8927c4bde391792a4632198cecba29f8d (patch)
tree73be6943affe1bc08a0bdff8c1befa59af463b90 /install-win32/maketapinstall
parentf02576fa8b18132df009ea1f8d6aea07e06d5059 (diff)
downloadopenvpn-44b3dcc8927c4bde391792a4632198cecba29f8d.tar.gz
openvpn-44b3dcc8927c4bde391792a4632198cecba29f8d.tar.xz
openvpn-44b3dcc8927c4bde391792a4632198cecba29f8d.zip
Upgraded TAP build scripts to use WDK 6001.17121
(Windows 2008 Server pre-RTM). Fixed typo of DESC_SecPKCS11DLLs in openvpn.nsi. git-svn-id: http://svn.openvpn.net/projects/openvpn/branches/BETA21/openvpn@2651 e7ae566f-a301-0410-adde-c780ea21d3b5
Diffstat (limited to 'install-win32/maketapinstall')
-rw-r--r--install-win32/maketapinstall5
1 files changed, 4 insertions, 1 deletions
diff --git a/install-win32/maketapinstall b/install-win32/maketapinstall
index 781380e..8b06a99 100644
--- a/install-win32/maketapinstall
+++ b/install-win32/maketapinstall
@@ -13,9 +13,12 @@ if ! [ -d "$TISRC" ] ; then
exit 1
fi
+# common declarations for all DDK build targets
+. install-win32/ddk-common
+
amdtarget=""
if [ -z "$TI_BIN_AMD64" ]; then
- amdtarget="fre AMD64 WNET"
+ amdtarget="fre $x64_tag WNET"
fi
if [ -z "$DRVBINSRC" ] ; then