diff options
author | WiSo <wiso@xbmc.org> | 2011-04-29 23:52:11 +0200 |
---|---|---|
committer | WiSo <wiso@xbmc.org> | 2011-04-29 23:52:11 +0200 |
commit | f8f14853560cedc7684e034b9ac04a599dcdc988 (patch) | |
tree | 5278e05be1c3c0361c8fb986bd2f6a6073a2517c /project/Win32BuildSetup | |
parent | b1672ce8a1031d349040b35b45850531eab83139 (diff) |
Revert "[WIN32] fixed: delete pcre dlls on uninstall"
we still use the static pcre lib. The dlls were left in my messy env.
This reverts commit b1672ce8a1031d349040b35b45850531eab83139.
Diffstat (limited to 'project/Win32BuildSetup')
-rw-r--r-- | project/Win32BuildSetup/XBMC for Windows.nsi | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/project/Win32BuildSetup/XBMC for Windows.nsi b/project/Win32BuildSetup/XBMC for Windows.nsi index f7f15abf5c..1cbb774a02 100644 --- a/project/Win32BuildSetup/XBMC for Windows.nsi +++ b/project/Win32BuildSetup/XBMC for Windows.nsi @@ -264,8 +264,6 @@ Section "Uninstall" Delete "$INSTDIR\xbmc.log" Delete "$INSTDIR\xbmc.old.log" Delete "$INSTDIR\python26.dll" - Delete "$INSTDIR\pcre.dll" - Delete "$INSTDIR\pcrecpp.dll" RMDir /r "$INSTDIR\language" RMDir /r "$INSTDIR\media" RMDir /r "$INSTDIR\plugins" |