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:
574e207
)
win32: don't include the .pdb in the installer. only include include/cec*
author
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 21:00:01 +0000
(22:00 +0100)
committer
Lars Op den Kamp
<lars@opdenkamp.eu>
Sun, 30 Oct 2011 21:03:04 +0000
(22:03 +0100)
project/libCEC.nsi
patch
|
blob
|
blame
|
history
diff --git
a/project/libCEC.nsi
b/project/libCEC.nsi
index 8fb714333b346ef35a46f9540973a503f5344b04..eaf10932e36d54215ddbf196183116a5d6561b98 100644
(file)
--- a/
project/libCEC.nsi
+++ b/
project/libCEC.nsi
@@
-52,7
+52,6
@@
Section "libCEC" SecLibCEC
File "..\COPYING"
File "..\libcec.dll"
File "..\libcec.lib"
- File "..\libcec.pdb"
File "..\pthreadVC2.dll"
File "..\README"
@@
-61,7
+60,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