Handle cases in which MinGW inexplicably builds the DLL as libjpeg-0.dll instead of libjpeg-62.dll
git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@183 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
@@ -39,7 +39,7 @@ Section "libjpeg-turbo SDK for ${PLATFORM} (required)"
|
|||||||
!endif
|
!endif
|
||||||
SetOutPath $INSTDIR\bin
|
SetOutPath $INSTDIR\bin
|
||||||
!ifdef GCC
|
!ifdef GCC
|
||||||
File "${WLIBDIR}\libjpeg-62.dll"
|
File "/oname=libjpeg-62.dll" "${WLIBDIR}\libjpeg-*.dll"
|
||||||
!else
|
!else
|
||||||
File "${WLIBDIR}\jpeg62.dll"
|
File "${WLIBDIR}\jpeg62.dll"
|
||||||
!endif
|
!endif
|
||||||
|
|||||||
Reference in New Issue
Block a user