From 44b3dcc8927c4bde391792a4632198cecba29f8d Mon Sep 17 00:00:00 2001 From: james Date: Tue, 22 Jan 2008 23:52:08 +0000 Subject: 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 --- install-win32/maketap | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'install-win32/maketap') diff --git a/install-win32/maketap b/install-win32/maketap index 3082db7..7fe643c 100644 --- a/install-win32/maketap +++ b/install-win32/maketap @@ -6,12 +6,15 @@ # get version.nsi definitions . autodefs/defs.sh +# common declarations for all DDK build targets +. install-win32/ddk-common + if [ -n "$PRODUCT_TAP_DEBUG" ] ; then w2ktarget="w2k c" - amdtarget="chk AMD64 WNET" + amdtarget="chk $x64_tag WNET" else w2ktarget="w2k f" - amdtarget="fre AMD64 WNET" + amdtarget="fre $x64_tag WNET" fi if [ -z "$DRVBINSRC" ] ; then -- cgit