From: Lars Op den Kamp Date: Fri, 5 Apr 2013 11:54:18 +0000 (+0200) Subject: windows: fix resource files and backwards compat dll names X-Git-Tag: upstream/2.2.0~1^2~4^2~7 X-Git-Url: https://git.piment-noir.org/?p=deb_libcec.git;a=commitdiff_plain;h=b4196266f28c34c70dc930aaa32500fc71458253 windows: fix resource files and backwards compat dll names --- diff --git a/project/LibCecSharp.rc b/project/LibCecSharp.rc new file mode 100644 index 0000000..7c69374 Binary files /dev/null and b/project/LibCecSharp.rc differ diff --git a/project/LibCecSharp.vcxproj b/project/LibCecSharp.vcxproj index 5170df8..96ffaed 100644 --- a/project/LibCecSharp.vcxproj +++ b/project/LibCecSharp.vcxproj @@ -198,6 +198,10 @@ + + + + diff --git a/project/LibCecSharp.vcxproj.filters b/project/LibCecSharp.vcxproj.filters index 8b00571..b669706 100644 --- a/project/LibCecSharp.vcxproj.filters +++ b/project/LibCecSharp.vcxproj.filters @@ -34,5 +34,11 @@ Header Files + + Header Files + + + + \ No newline at end of file diff --git a/project/libCEC.nsi b/project/libCEC.nsi index ee5a12e..36ade3b 100644 --- a/project/libCEC.nsi +++ b/project/libCEC.nsi @@ -153,7 +153,7 @@ Section "CEC Debug Client" SecCecClient SetOutPath "$INSTDIR" File /x p8-usbcec-driver-installer.exe /x cec-tray.exe "..\build\*.exe" SetOutPath "$INSTDIR\x64" - File /nonfatal /x cec-tray.exe "..\build\x64\*.exe" + File /nonfatal "..\build\x64\*.exe" !insertmacro MUI_STARTMENU_WRITE_BEGIN Application SetOutPath "$INSTDIR" diff --git a/project/libcec.rc b/project/libcec.rc index 0f65c99..2fe223a 100644 Binary files a/project/libcec.rc and b/project/libcec.rc differ diff --git a/project/libcec.vcxproj b/project/libcec.vcxproj index 9d2bb9a..b2af3ea 100644 --- a/project/libcec.vcxproj +++ b/project/libcec.vcxproj @@ -69,6 +69,7 @@ + diff --git a/project/libcec.vcxproj.filters b/project/libcec.vcxproj.filters index f966a2b..1b1cb37 100644 --- a/project/libcec.vcxproj.filters +++ b/project/libcec.vcxproj.filters @@ -179,6 +179,7 @@ adapter + diff --git a/project/resource.h b/project/resource.h new file mode 100644 index 0000000..33017f8 --- /dev/null +++ b/project/resource.h @@ -0,0 +1,14 @@ +//{{NO_DEPENDENCIES}} +// Microsoft Visual C++ generated include file. +// Used by testclient.rc + +// Next default values for new objects +// +#ifdef APSTUDIO_INVOKED +#ifndef APSTUDIO_READONLY_SYMBOLS +#define _APS_NEXT_RESOURCE_VALUE 101 +#define _APS_NEXT_COMMAND_VALUE 40001 +#define _APS_NEXT_CONTROL_VALUE 1001 +#define _APS_NEXT_SYMED_VALUE 101 +#endif +#endif diff --git a/project/testclient.rc b/project/testclient.rc index 20d3b90..acf44e0 100644 Binary files a/project/testclient.rc and b/project/testclient.rc differ diff --git a/project/testclient.vcxproj b/project/testclient.vcxproj index 4ca804f..2a143ad 100644 --- a/project/testclient.vcxproj +++ b/project/testclient.vcxproj @@ -172,6 +172,7 @@ + diff --git a/project/testclient.vcxproj.filters b/project/testclient.vcxproj.filters index 0fd21fb..d1cdfda 100644 --- a/project/testclient.vcxproj.filters +++ b/project/testclient.vcxproj.filters @@ -15,6 +15,7 @@ exports + diff --git a/src/CecSharpTester/CecSharpTester.csproj b/src/CecSharpTester/CecSharpTester.csproj index a02548f..9ac4261 100644 --- a/src/CecSharpTester/CecSharpTester.csproj +++ b/src/CecSharpTester/CecSharpTester.csproj @@ -56,6 +56,7 @@ + @@ -64,9 +65,7 @@ LibCecSharp - - - +