X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_openexr%2Fmod_openexr.nsh;h=512f6433cce5daaa619165f45c23874066b576a1;hb=4be650adcbea49129f3869d8596255ace7f987b1;hp=819e71f3b3d95d6f809cfcfd519920210ded13ca;hpb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh b/synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh index 819e71f..512f643 100644 --- a/synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh +++ b/synfig-core/trunk/src/modules/mod_openexr/mod_openexr.nsh @@ -4,11 +4,16 @@ Section "mod_openexr" Sec_mod_openexr ; SectionIn RO ; Set output path to the installation directory. - SetOutPath "$INSTDIR\lib\sinfg\modules" + SetOutPath "$INSTDIR\lib\synfig\modules" ; Put file there - File /oname=mod_openexr.dll "src\modules\mod_openexr\.libs\libmod_openexr-0.dll" + File /oname=mod_openexr.dll "src\modules\mod_openexr\.libs\libmod_openexr.dll" + SetOutPath "$INSTDIR\bin" + File "src\modules\mod_openexr\.libs\libHalf*.dll" + File "src\modules\mod_openexr\.libs\libIlmImf*.dll" + File "src\modules\mod_openexr\.libs\libIlmThread*.dll" + File "src\modules\mod_openexr\.libs\libIex*.dll" FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a FileSeek $0 0 END