X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=project%2Fcreate-installer.cmd;h=f82db3dde79463ff396e9b21e7be76cdb80c5dfa;hb=fe0cd8aa72091d860ad374abcbc0d8217f25ba69;hp=951b92b7896a72d10688a33b00de47aff50effad;hpb=d9ba5beabe6933fe1c98590cc461bddf1f16c35c;p=deb_libcec.git diff --git a/project/create-installer.cmd b/project/create-installer.cmd index 951b92b..f82db3d 100644 --- a/project/create-installer.cmd +++ b/project/create-installer.cmd @@ -13,11 +13,14 @@ IF "%VS100COMNTOOLS%"=="" ( rem Compile libCEC echo Cleaning libCEC -%COMPILER% libcec.sln /clean Debug +%COMPILER% libcec.sln /clean Release echo Compiling libCEC -%COMPILER% libcec.sln /clean Debug -%COMPILER% libcec.sln /build Debug +%COMPILER% libcec.sln /build Release /project libcec +echo Compiling cec-client +%COMPILER% libcec.sln /build Release /project testclient +echo Compiling LibCecSharp +%COMPILER% libcec.sln /build Release /project LibCecSharp rem Copy driver installer echo Copying driver installer