repositories
/
deb_libcec.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b0271d5
)
win32: create Release type installer
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 20:55:34 +0000
(21:55 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 20:55:34 +0000
(21:55 +0100)
project/create-installer.cmd
patch
|
blob
|
blame
|
history
diff --git
a/project/create-installer.cmd
b/project/create-installer.cmd
index 951b92b7896a72d10688a33b00de47aff50effad..5187528a28c53886cc1e54b24e08394d84e7a394 100644
(file)
--- 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