diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2011-02-18 10:39:24 -0500 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2011-02-18 10:39:24 -0500 |
commit | d787e00a3bb47c513566a8f9baef5b6b3c6d93b4 (patch) | |
tree | 88e172f12df35db1980ec35f0f8216df1d93edec | |
parent | e6e87891a90c322a4f9d94799948f76add3634a1 (diff) |
Changed setup for mingw toolchainv0.3.20.2_closestv0.3.20.01_closestv0.3.20
-rw-r--r-- | setup.nsi | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -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
|