X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_openexr%2Funmod_openexr.nsh;h=e4b15de2a24a4dbe6b65400834a41562e3e27425;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=5592257ceacc1910cfb546969b275db0f2ca9c7b;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh b/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh index 5592257..e4b15de 100644 --- a/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh +++ b/synfig-core/trunk/src/modules/mod_openexr/unmod_openexr.nsh @@ -1,5 +1,13 @@ Section "un.mod_openexr" - Delete "$INSTDIR\lib\sinfg\modules\mod_openexr.dll" + Delete "$INSTDIR\bin\libIex*.dll" + Delete "$INSTDIR\bin\libIlmImf*.dll" + Delete "$INSTDIR\bin\libIlmThread*.dll" + Delete "$INSTDIR\bin\libHalf*.dll" + Delete "$INSTDIR\lib\synfig\modules\mod_openexr.dll" + RMDir "$INSTDIR\lib\synfig\modules" + RMDir "$INSTDIR\lib\synfig" + RMDir "$INSTDIR\lib" + RMDir "$INSTDIR\bin" RMDir "$INSTDIR" SectionEnd