X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_openexr%2Funmod_openexr.nsh;h=18db45a2b82bfd1cdc7f041cbb60142bc1446f73;hb=c4f08b9dd6388dcf27121fd5346047909ed82815;hp=0910092496855ebd4335c7d9794d90658c0f127d;hpb=527c2e21fdb08c47a2afe21c02ec56bf7835a771;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 0910092..18db45a 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\bin\libIex-4.dll" + Delete "$INSTDIR\bin\libIlmImf-4.dll" + Delete "$INSTDIR\bin\libIlmThread-4.dll" + Delete "$INSTDIR\bin\libHalf-4.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