From: Lars Op den Kamp Date: Sun, 30 Oct 2011 20:55:34 +0000 (+0100) Subject: win32: create Release type installer X-Git-Tag: upstream/2.2.0~1^2~156 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=f93e2ad3647a1fa5f3ce60908a18e6dfea1d1193;p=deb_libcec.git win32: create Release type installer --- diff --git a/project/create-installer.cmd b/project/create-installer.cmd index 951b92b..5187528 100644 --- a/project/create-installer.cmd +++ b/project/create-installer.cmd @@ -13,11 +13,11 @@ 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 /clean Release +%COMPILER% libcec.sln /build Release rem Copy driver installer echo Copying driver installer