diff options
Diffstat (limited to 'openvpn/msvc-build.bat')
-rw-r--r-- | openvpn/msvc-build.bat | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/openvpn/msvc-build.bat b/openvpn/msvc-build.bat index 01417d1b..fd6d5588 100644 --- a/openvpn/msvc-build.bat +++ b/openvpn/msvc-build.bat @@ -4,6 +4,7 @@ rem Copyright (C) 2008-2012 Alon Bar-Lev <alon.barlev@gmail.com> @rem this stupid command needed for SetEnv.cmd to operate setlocal ENABLEDELAYEDEXPANSION +cd /d %0\.. call msvc-env.bat set PLATFORMS=Win32 |