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