Patch 1714885: Windows version can be built with OpenEXR support now. This patch...
[synfig.git] / synfig-core / trunk / src / modules / mod_openexr / mod_openexr.nsh
index 59eca60..ce43164 100644 (file)
@@ -9,6 +9,11 @@ Section "mod_openexr" Sec_mod_openexr
   ; Put file there
   File /oname=mod_openexr.dll "src\modules\mod_openexr\.libs\libmod_openexr-0.dll"
 
+  SetOutPath "$INSTDIR\bin"
+  File /oname=libHalf-4.dll "src\modules\mod_openexr\.libs\libHalf-4.dll"
+  File /oname=libIlmImf-4.dll "src\modules\mod_openexr\.libs\libIlmImf-4.dll"
+  File /oname=libIlmThread-4.dll "src\modules\mod_openexr\.libs\libIlmThread-4.dll"
+  File /oname=libIex-4.dll "src\modules\mod_openexr\.libs\libIex-4.dll"
 
   FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
   FileSeek $0 0 END