]> granicus.if.org Git - libjpeg-turbo/commitdiff
Oops. Delete the duplicate copy of [lib]turbojpeg.dll in the binary directory when... 1.4.0
authorDRC <dcommander@users.sourceforge.net>
Wed, 7 Jan 2015 01:19:49 +0000 (01:19 +0000)
committerDRC <dcommander@users.sourceforge.net>
Wed, 7 Jan 2015 01:19:49 +0000 (01:19 +0000)
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1477 632fc199-4ca6-4c93-a231-07263d6284db

release/libjpeg-turbo.nsi.in

index c3941fe407c520cd69c237788cbddc3ee4d2aacb..c675eac2a5c7d6afc06162043405336affd2db26 100755 (executable)
@@ -110,6 +110,7 @@ Section "Uninstall"
 
 !ifdef GCC
        Delete $INSTDIR\bin\libjpeg-@DLL_VERSION@.dll
+       Delete $INSTDIR\bin\libturbojpeg.dll
        Delete $SYSDIR\libturbojpeg.dll
        Delete $INSTDIR\lib\libturbojpeg.dll.a"
        Delete $INSTDIR\lib\libturbojpeg.a"
@@ -117,6 +118,7 @@ Section "Uninstall"
        Delete $INSTDIR\lib\libjpeg.a"
 !else
        Delete $INSTDIR\bin\jpeg@DLL_VERSION@.dll
+       Delete $INSTDIR\bin\turbojpeg.dll
        Delete $SYSDIR\turbojpeg.dll
        Delete $INSTDIR\lib\jpeg.lib
        Delete $INSTDIR\lib\jpeg-static.lib