X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;ds=inline;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_dv%2Fmod_dv.nsh;fp=synfig-core%2Ftags%2Fstable%2Fsrc%2Fmodules%2Fmod_dv%2Fmod_dv.nsh;h=6a0967b43c1fe775896393ed26ec76ed5e67bc12;hb=391f6a3be479646721d8cc78b5ee673db17bd540;hp=0000000000000000000000000000000000000000;hpb=ce9ddb9d0e877117ef8648f901f0c7db9eca3d79;p=synfig.git diff --git a/synfig-core/tags/stable/src/modules/mod_dv/mod_dv.nsh b/synfig-core/tags/stable/src/modules/mod_dv/mod_dv.nsh new file mode 100644 index 0000000..6a0967b --- /dev/null +++ b/synfig-core/tags/stable/src/modules/mod_dv/mod_dv.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_dv" Sec_mod_dv + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\synfig\modules" + + ; Put file there + File /oname=mod_dv.dll "src\modules\mod_dv\.libs\libmod_dv.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_dv" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +