From: Gavin Andresen Date: Fri, 18 Feb 2011 15:39:24 +0000 (-0500) Subject: Changed setup for mingw toolchain X-Git-Tag: v0.4.0-unstable~234^2~158 X-Git-Url: https://git.novaco.in/?a=commitdiff_plain;h=d787e00a3bb47c513566a8f9baef5b6b3c6d93b4;p=novacoin.git Changed setup for mingw toolchain --- diff --git a/setup.nsi b/setup.nsi index 521172e..2b5900a 100644 --- a/setup.nsi +++ b/setup.nsi @@ -60,8 +60,7 @@ Section -Main SEC0000 SetOutPath $INSTDIR SetOverwrite on File bitcoin.exe - File msvcp100.dll - File msvcr100.dll + File libeay32.dll File license.txt File readme.txt SetOutPath $INSTDIR\daemon @@ -109,8 +108,7 @@ done${UNSECTION_ID}: # Uninstaller sections Section /o -un.Main UNSEC0000 Delete /REBOOTOK $INSTDIR\bitcoin.exe - Delete /REBOOTOK $INSTDIR\msvcp100.dll - Delete /REBOOTOK $INSTDIR\msvcr100.dll + Delete /REBOOTOK $INSTDIR\libeay32.dll Delete /REBOOTOK $INSTDIR\license.txt Delete /REBOOTOK $INSTDIR\readme.txt RMDir /r /REBOOTOK $INSTDIR\daemon