cec: added a C++ CLR wrapper for libCEC, so libCEC can be used by any .NET language...
[deb_libcec.git] / project / libCEC.nsi
index 8fb714333b346ef35a46f9540973a503f5344b04..ee6df6e1561a47f71bae74834b6f8c6624d208c9 100644 (file)
@@ -52,7 +52,7 @@ Section "libCEC" SecLibCEC
   File "..\COPYING"
   File "..\libcec.dll"
   File "..\libcec.lib"
-  File "..\libcec.pdb"
+  File "..\LibCecSharp.dll"
   File "..\pthreadVC2.dll"
   File "..\README"
 
@@ -61,7 +61,7 @@ Section "libCEC" SecLibCEC
   File "..\dpinst-x86.exe"
   File "..\OEM001.inf"
   SetOutPath "$INSTDIR\include"
-  File /r /x *.so "..\include\*.*"
+  File /r /x *.so "..\include\cec*.*"
 
   ;Store installation folder
   WriteRegStr HKCU "Software\libCEC" "" $INSTDIR
@@ -131,6 +131,7 @@ Section "Uninstall"
   Delete "$INSTDIR\libcec.dll"
   Delete "$INSTDIR\libcec.lib"
   Delete "$INSTDIR\libcec.pdb"
+  Delete "$INSTDIR\LibCecSharp.dll"
   Delete "$INSTDIR\pthreadVC2.dll"
   Delete "$INSTDIR\README"
   Delete "$INSTDIR\driver\OEM001.inf"