X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fmodules%2Fmod_ppm%2Fmod_ppm.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_07_rc2%2Fsrc%2Fmodules%2Fmod_ppm%2Fmod_ppm.nsh;h=92cce6f063a374d14fa303765053dc2c74bc3d86;hb=3078b7103aa069392b711486dbc1eaf6d4804acc;hp=0000000000000000000000000000000000000000;hpb=1d8dc189e3174b7e3c28c865828aecc6bee6d8a3;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_ppm/mod_ppm.nsh b/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_ppm/mod_ppm.nsh new file mode 100644 index 0000000..92cce6f --- /dev/null +++ b/synfig-core/tags/synfig_0_61_07_rc2/src/modules/mod_ppm/mod_ppm.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_ppm" Sec_mod_ppm + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=mod_ppm.dll "src\modules\mod_ppm\.libs\libmod_ppm-0.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_ppm" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +