diff options
| author | Parménides GV <parmegv@sdf.org> | 2014-04-09 17:07:48 +0200 |
|---|---|---|
| committer | Parménides GV <parmegv@sdf.org> | 2014-04-09 17:15:17 +0200 |
| commit | 51ff5a18f1f074e27e97d822745551a7e8fa068d (patch) | |
| tree | 402e7dd42778a218635bb29a4c2dff93ea7f6525 /openvpn/msvc-dev.bat | |
| parent | 910b0e1746ab3f63e63808b198ad51fec5b635e5 (diff) | |
| parent | b5ba0abc1610dd4bf573ebcabc5e8f6ab0c9528f (diff) | |
Merge branch 'feature/implement-gradle-build-system-#4676' into develop
Diffstat (limited to 'openvpn/msvc-dev.bat')
| -rw-r--r-- | openvpn/msvc-dev.bat | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/openvpn/msvc-dev.bat b/openvpn/msvc-dev.bat deleted file mode 100644 index dbd7be07..00000000 --- a/openvpn/msvc-dev.bat +++ /dev/null @@ -1,26 +0,0 @@ -@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 |
