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