From f93e2ad3647a1fa5f3ce60908a18e6dfea1d1193 Mon Sep 17 00:00:00 2001 From: Lars Op den Kamp Date: Sun, 30 Oct 2011 21:55:34 +0100 Subject: [PATCH] win32: create Release type installer --- project/create-installer.cmd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 -- 2.34.1