win32: get LibCecSharp.dll directly from the Release dir since it's not copied to...
[deb_libcec.git] / project / create-installer.cmd
index 951b92b7896a72d10688a33b00de47aff50effad..f82db3dde79463ff396e9b21e7be76cdb80c5dfa 100644 (file)
@@ -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