X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=sidebyside;f=synfig-core%2Ftags%2Fsynfig_0_61_07_rc1%2Fsrc%2Fmodules%2Fmod_noise%2Fmod_noise.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_07_rc1%2Fsrc%2Fmodules%2Fmod_noise%2Fmod_noise.nsh;h=01efedadccf3069f8c75ff96d9a2120561fb27c0;hb=7d32b486bfe48032fdb52fbb3b6f144a6ce7e63e;hp=0000000000000000000000000000000000000000;hpb=e46234d7b452318bb265f47ba85f2a5226f9657a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07_rc1/src/modules/mod_noise/mod_noise.nsh b/synfig-core/tags/synfig_0_61_07_rc1/src/modules/mod_noise/mod_noise.nsh new file mode 100644 index 0000000..01efeda --- /dev/null +++ b/synfig-core/tags/synfig_0_61_07_rc1/src/modules/mod_noise/mod_noise.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_noise" Sec_mod_noise + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=mod_noise.dll "src\modules\mod_noise\.libs\libmod_noise-0.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_noise" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +