X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcreate-installer.bat;h=b4d1ca7100cfb744cd86b69b2483511e0386b0f2;hb=63a0b02bd5b8432353e9848468d3b0cf64012c93;hp=d9f6a579d3b3a20d8586250000f3633716b199f3;hpb=3c9f1fb46448428d31ae4b34de3c95d1785a200e;p=deb_libcec.git diff --git a/support/create-installer.bat b/support/create-installer.bat index d9f6a57..b4d1ca7 100644 --- a/support/create-installer.bat +++ b/support/create-installer.bat @@ -58,8 +58,6 @@ echo. Compiling cec-client (x86) rem Check for VC9 IF "%VS90COMNTOOLS%"=="" ( set COMPILER9="%ProgramFiles%\Microsoft Visual Studio 9.0\Common7\IDE\VCExpress.exe" -) ELSE IF EXIST "%VS90COMNTOOLS%\..\IDE\VCExpress.exe" ( - set COMPILER9="%VS90COMNTOOLS%\..\IDE\VCExpress.exe" ) ELSE IF EXIST "%VS90COMNTOOLS%\..\IDE\devenv.exe" ( set COMPILER9="%VS90COMNTOOLS%\..\IDE\devenv.exe" ) ELSE GOTO NOSDK9