Release synfig_0_61_04
[synfig.git] / synfig-core / tags / synfig_0_61_04 / synfig-core / src / modules / mod_ppm / mod_ppm.nsh
diff --git a/synfig-core/tags/synfig_0_61_04/synfig-core/src/modules/mod_ppm/mod_ppm.nsh b/synfig-core/tags/synfig_0_61_04/synfig-core/src/modules/mod_ppm/mod_ppm.nsh
new file mode 100644 (file)
index 0000000..92cce6f
--- /dev/null
@@ -0,0 +1,21 @@
+; The stuff to install
+Section "mod_ppm" Sec_mod_ppm
+
+;  SectionIn RO
+  
+  ; Set output path to the installation directory.
+  SetOutPath "$INSTDIR\lib\synfig\modules"
+  
+  ; Put file there
+  File /oname=mod_ppm.dll "src\modules\mod_ppm\.libs\libmod_ppm-0.dll"
+
+
+  FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a
+  FileSeek $0 0 END
+  FileWrite $0 "mod_ppm"
+  FileWriteByte $0 "13"
+  FileWriteByte $0 "10"
+  FileClose $0
+
+SectionEnd
+