diff options
Diffstat (limited to 'install-win32/maketap')
-rw-r--r-- | install-win32/maketap | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/install-win32/maketap b/install-win32/maketap index 583c5e0..0d72fff 100644 --- a/install-win32/maketap +++ b/install-win32/maketap @@ -3,7 +3,8 @@ # Build the x86 and x64 versions of the TAP driver # Requires the Windows DDK -DDKVER=3790 +# get version.nsi definitions +. autodefs/nsidefs.sh cd tap-win32 t=`pwd` |