~ubuntu-branches/ubuntu/lucid/openvpn/lucid

« back to all changes in this revision

Viewing changes to install-win32/maketap

  • Committer: Bazaar Package Importer
  • Author(s): Chuck Short
  • Date: 2008-02-12 07:48:51 UTC
  • mfrom: (1.1.8 upstream)
  • Revision ID: james.westby@ubuntu.com-20080212074851-afz17m450vq8fuwd
Tags: 2.1~rc7-1ubuntu1
* New upstream version (LP: #157144).
* Disable creation of tun, let udev handle it.

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
# get version.nsi definitions
7
7
. autodefs/defs.sh
8
8
 
 
9
# common declarations for all DDK build targets
 
10
. install-win32/ddk-common
 
11
 
9
12
if [ -n "$PRODUCT_TAP_DEBUG" ] ; then
10
13
    w2ktarget="w2k c"
11
 
    amdtarget="chk AMD64 WNET"
 
14
    amdtarget="chk $x64_tag WNET"
12
15
else
13
16
    w2ktarget="w2k f"
14
 
    amdtarget="fre AMD64 WNET"
 
17
    amdtarget="fre $x64_tag WNET"
15
18
fi
16
19
 
17
20
if [ -z "$DRVBINSRC" ] ; then