[xiph-commits] r8906 - trunk/oggdsf/build/NSIS/Release

ozone at motherfish-iii.xiph.org ozone at motherfish-iii.xiph.org
Sun Feb 13 06:47:17 PST 2005


Author: ozone
Date: 2005-02-13 06:47:15 -0800 (Sun, 13 Feb 2005)
New Revision: 8906

Modified:
   trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
Log:
oggdsf:
 * NSIS installer: delete msvcr71.dll and msvcp71.dll from installation directory on uninstall

Modified: trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi
===================================================================
--- trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi	2005-02-13 13:05:06 UTC (rev 8905)
+++ trunk/oggdsf/build/NSIS/Release/oggcodecs_release.nsi	2005-02-13 14:47:15 UTC (rev 8906)
@@ -739,6 +739,8 @@
   Delete "$INSTDIR\AUTHORS"
   Delete "$INSTDIR\HISTORY"
 
+  Delete "$INSTDIR\msvcr71.dll"
+  Delete "$INSTDIR\msvcp71.dll"
 
   Delete "$SMPROGRAMS\$ICONS_GROUP\Uninstall.lnk"
   Delete "$SMPROGRAMS\$ICONS_GROUP\Website.lnk"



More information about the commits mailing list