X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Flyr_std.nsh;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Flyr_std%2Flyr_std.nsh;h=08b01db4386a2821e4929b372a6342793762a313;hb=16b3beced25134bef064705568ecb893a6be4e79;hp=0000000000000000000000000000000000000000;hpb=5a1d028f56182922addfed8f1f1c28fdde12756c;p=synfig.git diff --git a/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh b/synfig-core/trunk/src/modules/lyr_std/lyr_std.nsh new file mode 100644 index 0000000..08b01db --- /dev/null +++ b/synfig-core/trunk/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\sinfg\modules" + + ; Put file there + File /oname=lyr_std.dll "src\modules\lyr_std\.libs\liblyr_std-0.dll" + + + FileOpen $0 $INSTDIR\etc\sinfg_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "lyr_std" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +