Skip to content
Snippets Groups Projects
Commit c4930d8b authored by DRC's avatar DRC
Browse files

Oops. Delete the duplicate copy of [lib]turbojpeg.dll in the binary directory...

Oops.  Delete the duplicate copy of [lib]turbojpeg.dll in the binary directory when uninstalling the package.


git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/branches/1.4.x@1477 632fc199-4ca6-4c93-a231-07263d6284db
parent d51e6c2f
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment