From 0393ba6656ce6cf679a2c4663275b3ed0f1a34b9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Parm=C3=A9nides=20GV?= Date: Thu, 31 Jul 2014 12:09:49 +0200 Subject: Updated ics-openvpn to rev 859 + no 2nd notification. --- ics-openvpn-stripped/main/openvpn/msvc-dev.bat | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 ics-openvpn-stripped/main/openvpn/msvc-dev.bat (limited to 'ics-openvpn-stripped/main/openvpn/msvc-dev.bat') diff --git a/ics-openvpn-stripped/main/openvpn/msvc-dev.bat b/ics-openvpn-stripped/main/openvpn/msvc-dev.bat new file mode 100644 index 00000000..dbd7be07 --- /dev/null +++ b/ics-openvpn-stripped/main/openvpn/msvc-dev.bat @@ -0,0 +1,26 @@ +@echo off + +setlocal +cd /d %0\.. +call msvc-env.bat + +if exist "%VSHOME%\Common7\IDE\VCExpress.exe" ( + set IDE=%VSHOME%\Common7\IDE\VCExpress.exe +) else if exist "%VSHOME%\Common7\IDE\devenv.exe" ( + set IDE=%VSHOME%\Common7\IDE\devenv.exe +) else ( + echo "Cannot detect visual studio environment" + goto error +) +start "" "%IDE%" "%SOLUTION%" + +exit /b 0 +goto end + +:error +exit /b 1 +goto end + +:end + +endlocal -- cgit v1.2.3