summaryrefslogtreecommitdiffstats
path: root/msvc-env.bat
diff options
context:
space:
mode:
authorAlon Bar-Lev <alon.barlev@gmail.com>2012-03-24 09:58:36 +0200
committerDavid Sommerseth <davids@redhat.com>2012-03-29 12:31:10 +0200
commit3c1971de878bb3658c38b0504f314d38b6b765d2 (patch)
tree49ceebe669352cf39824ce95ff8bd717008e0c4a /msvc-env.bat
parent7cacdfd4b7f221139e0d2a0334f1f1cd8f2a1b75 (diff)
downloadopenvpn-3c1971de878bb3658c38b0504f314d38b6b765d2.tar.gz
openvpn-3c1971de878bb3658c38b0504f314d38b6b765d2.tar.xz
openvpn-3c1971de878bb3658c38b0504f314d38b6b765d2.zip
build: msvc: upgrade to Visual Studio 2010 + fixups
Signed-off-by: Alon Bar-Lev <alon.barlev@gmail.com> Acked-by: Samuli Seppänen <samuli@openvpn.net> Signed-off-by: David Sommerseth <davids@redhat.com>
Diffstat (limited to 'msvc-env.bat')
-rw-r--r--msvc-env.bat7
1 files changed, 4 insertions, 3 deletions
diff --git a/msvc-env.bat b/msvc-env.bat
index e37757b..3c9eb5b 100644
--- a/msvc-env.bat
+++ b/msvc-env.bat
@@ -6,9 +6,10 @@ rem Put your own settings at msvc-env-local.bat
if exist msvc-env-local.bat call msvc-env-local.bat
if "%ProgramFiles(x86)%"=="" set ProgramFiles(x86)=%ProgramFiles%
-if "%VS90COMNTOOLS%"=="" set VS90COMNTOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\Common7\Tools\
-if "%VSHOME%"=="" set VSHOME=%VS90COMNTOOLS%..\..
-if "%VCHOME%"=="" set VCHOME=%VSHOME%\VC
+if "%VSCOMNTOOLS%"=="" SET VSCOMNTOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio 10.0\Common7\Tools
+if "%VSCOMNTOOLS%"=="" SET VSCOMNTOOLS=%ProgramFiles(x86)%\Microsoft Visual Studio 9.0\Common7\Tools
+if "%VSHOME%"=="" SET VSHOME=%VSCOMNTOOLS%\..\..
+if "%VCHOME%"=="" SET VCHOME=%VSHOME%\VC
set SOURCEBASE=%cd%
set SOLUTION=openvpn.sln