From: Lars Op den Kamp Date: Fri, 18 Nov 2011 23:06:48 +0000 (+0100) Subject: win32: get LibCecSharp.dll directly from the Release dir since it's not copied to... X-Git-Tag: upstream/2.2.0~1^2~44^2~124 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=6d3bd1bafb3fdfa003219620c274447f006dff48;hp=b1ee8e60f6032fd5a48f6d70a52fa2c534caa459;p=deb_libcec.git win32: get LibCecSharp.dll directly from the Release dir since it's not copied to the output directory for some reason when creating it from the command line. --- diff --git a/project/create-installer.cmd b/project/create-installer.cmd index 5187528..f82db3d 100644 --- a/project/create-installer.cmd +++ b/project/create-installer.cmd @@ -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 diff --git a/project/libCEC.nsi b/project/libCEC.nsi index ee6df6e..7477718 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -52,7 +52,7 @@ Section "libCEC" SecLibCEC File "..\COPYING" File "..\libcec.dll" File "..\libcec.lib" - File "..\LibCecSharp.dll" + File "Release\LibCecSharp.dll" File "..\pthreadVC2.dll" File "..\README"