Skip to content

Commit

Permalink
Changed setup for mingw toolchain
Browse files Browse the repository at this point in the history
  • Loading branch information
gavinandresen committed Feb 18, 2011
1 parent e6e8789 commit d787e00
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions setup.nsi
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit d787e00

Please sign in to comment.