comparison pidgin/win32/nsis/pidgin-installer.nsi @ 16209:416a125b66ac

Fix win32 build after autoreply was moved back to the plugin pack.
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 16 Apr 2007 16:21:33 +0000
parents d04878ce947b
children 502b69976fe1
comparison
equal deleted inserted replaced
16208:85d5942e80e9 16209:416a125b66ac
692 692
693 RMDir /r "$INSTDIR\locale" 693 RMDir /r "$INSTDIR\locale"
694 RMDir /r "$INSTDIR\pixmaps" 694 RMDir /r "$INSTDIR\pixmaps"
695 RMDir /r "$INSTDIR\perlmod" 695 RMDir /r "$INSTDIR\perlmod"
696 Delete "$INSTDIR\plugins\autoaccept.dll" 696 Delete "$INSTDIR\plugins\autoaccept.dll"
697 Delete "$INSTDIR\plugins\autoreply.dll"
698 Delete "$INSTDIR\plugins\buddynote.dll" 697 Delete "$INSTDIR\plugins\buddynote.dll"
699 Delete "$INSTDIR\plugins\convcolors.dll" 698 Delete "$INSTDIR\plugins\convcolors.dll"
700 Delete "$INSTDIR\plugins\extplacement.dll" 699 Delete "$INSTDIR\plugins\extplacement.dll"
701 Delete "$INSTDIR\plugins\pidginrc.dll" 700 Delete "$INSTDIR\plugins\pidginrc.dll"
702 Delete "$INSTDIR\plugins\history.dll" 701 Delete "$INSTDIR\plugins\history.dll"