X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=support%2Fcreate-installer.bat;h=ce9b87b0ce3f9976769a968ed10d6dd848a7fd32;hb=999665e393983d93aa0309fbaf608267ed1207ba;hp=d9f6a579d3b3a20d8586250000f3633716b199f3;hpb=3c9f1fb46448428d31ae4b34de3c95d1785a200e;p=deb_libcec.git diff --git a/support/create-installer.bat b/support/create-installer.bat index d9f6a57..ce9b87b 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 @@ -161,6 +159,7 @@ del /q /f ..\build\cec-config-gui.exe del /q /f ..\build\*.dll del /q /f ..\build\*.lib del /q /f ..\build\*.exp +del /q /f ..\build\*.xml del /s /f /q ..\build\x64 rmdir ..\build\x64 cd ..\support