win32: get LibCecSharp.dll directly from the Release dir since it's not copied to...
[deb_libcec.git] / project / create-installer.cmd
index 5187528a28c53886cc1e54b24e08394d84e7a394..f82db3dde79463ff396e9b21e7be76cdb80c5dfa 100644 (file)
@@ -16,8 +16,11 @@ echo Cleaning libCEC
 %COMPILER% libcec.sln /clean Release
 
 echo Compiling libCEC
-%COMPILER% libcec.sln /clean Release
-%COMPILER% libcec.sln /build Release
+%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