X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_05%2Fsynfig-core%2Fsrc%2Fmodules%2Ftemplate.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_05%2Fsynfig-core%2Fsrc%2Fmodules%2Ftemplate.nsh;h=0000000000000000000000000000000000000000;hb=6fa8f2f38d4b0b35f8539bf94e27ae27015c7689;hp=bc6ede8bc2b91a5ceff353b9d01f2e4f41f3e181;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/template.nsh b/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/template.nsh deleted file mode 100644 index bc6ede8..0000000 --- a/synfig-core/tags/synfig_0_61_05/synfig-core/src/modules/template.nsh +++ /dev/null @@ -1,21 +0,0 @@ -; The stuff to install -Section "@MODNAME@" Sec_@MODNAME@ - -; SectionIn RO - - ; Set output path to the installation directory. - SetOutPath "$INSTDIR\lib\synfig\modules" - - ; Put file there - File /oname=@MODNAME@.dll "src\modules\@MODNAME@\.libs\lib@MODNAME@-0.dll" - - - FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a - FileSeek $0 0 END - FileWrite $0 "@MODNAME@" - FileWriteByte $0 "13" - FileWriteByte $0 "10" - FileClose $0 - -SectionEnd -