win32: create Release type installer
authorLars Op den Kamp <lars@opdenkamp.eu>
Sun, 30 Oct 2011 20:55:34 +0000 (21:55 +0100)
committerLars Op den Kamp <lars@opdenkamp.eu>
Sun, 30 Oct 2011 20:55:34 +0000 (21:55 +0100)
project/create-installer.cmd

index 951b92b7896a72d10688a33b00de47aff50effad..5187528a28c53886cc1e54b24e08394d84e7a394 100644 (file)
@@ -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