X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Flyr_std%2Flyr_std.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Flyr_std%2Flyr_std.nsh;h=8c3df9c69db297ec42729c51bda37fad8eb8abf4;hb=746b97804526d553f8a7767409e01ee6d5137c76;hp=0000000000000000000000000000000000000000;hpb=0b3f47aba371a788fa987f5920c07fe751d3f3d5;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07/src/modules/lyr_std/lyr_std.nsh b/synfig-core/tags/synfig_0_61_07/src/modules/lyr_std/lyr_std.nsh new file mode 100644 index 0000000..8c3df9c --- /dev/null +++ b/synfig-core/tags/synfig_0_61_07/src/modules/lyr_std/lyr_std.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "lyr_std" Sec_lyr_std + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=lyr_std.dll "src\modules\lyr_std\.libs\liblyr_std-0.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "lyr_std" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +