X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftags%2Fsynfig_0_61_06%2Fsrc%2Fmodules%2Fmod_filter%2Fmod_filter.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_06%2Fsrc%2Fmodules%2Fmod_filter%2Fmod_filter.nsh;h=617f20b58dd737376bd279c9d22765adac0ecefb;hb=9f067badc4463e2ad6363dfe9b8c4fc28b0ec503;hp=0000000000000000000000000000000000000000;hpb=34168bb24164074ff22eb5bc47a612a738901e0a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_06/src/modules/mod_filter/mod_filter.nsh b/synfig-core/tags/synfig_0_61_06/src/modules/mod_filter/mod_filter.nsh new file mode 100644 index 0000000..617f20b --- /dev/null +++ b/synfig-core/tags/synfig_0_61_06/src/modules/mod_filter/mod_filter.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_filter" Sec_mod_filter + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=mod_filter.dll "src\modules\mod_filter\.libs\libmod_filter-0.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_filter" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +