Stable Tag: Copying everything over
[synfig.git] / synfig-core / tags / stable / src / modules / mod_openexr / mod_openexr.nsh
diff --git a/synfig-core/tags/stable/src/modules/mod_openexr/mod_openexr.nsh b/synfig-core/tags/stable/src/modules/mod_openexr/mod_openexr.nsh
new file mode 100644 (file)
index 0000000..ce43164
--- /dev/null
@@ -0,0 +1,26 @@
+; The stuff to install
+Section "mod_openexr" Sec_mod_openexr
+
+;  SectionIn RO
+  
+  ; Set output path to the installation directory.
+  SetOutPath "$INSTDIR\lib\synfig\modules"
+  
+  ; 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
+  FileWrite $0 "mod_openexr"
+  FileWriteByte $0 "13"
+  FileWriteByte $0 "10"
+  FileClose $0
+
+SectionEnd
+