cec: added a C++ CLR wrapper for libCEC, so libCEC can be used by any .NET language...
[deb_libcec.git] / project / libCEC.nsi
index eaf10932e36d54215ddbf196183116a5d6561b98..ee6df6e1561a47f71bae74834b6f8c6624d208c9 100644 (file)
@@ -52,6 +52,7 @@ Section "libCEC" SecLibCEC
   File "..\COPYING"
   File "..\libcec.dll"
   File "..\libcec.lib"
+  File "..\LibCecSharp.dll"
   File "..\pthreadVC2.dll"
   File "..\README"
 
@@ -130,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"