X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Fsrc%2Fmodules%2Fmod_jpeg%2Fmod_jpeg.nsh;fp=synfig-core%2Fsrc%2Fmodules%2Fmod_jpeg%2Fmod_jpeg.nsh;h=2468ddb79e106c44ff0522476dba2d0e9afd409b;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=0000000000000000000000000000000000000000;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/synfig-core/src/modules/mod_jpeg/mod_jpeg.nsh b/synfig-core/src/modules/mod_jpeg/mod_jpeg.nsh new file mode 100644 index 0000000..2468ddb --- /dev/null +++ b/synfig-core/src/modules/mod_jpeg/mod_jpeg.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_jpeg" Sec_mod_jpeg + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=mod_jpeg.dll "src\modules\mod_jpeg\.libs\libmod_jpeg.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_jpeg" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +