X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fmod_particle.nsh;fp=synfig-core%2Ftrunk%2Fsrc%2Fmodules%2Fmod_particle%2Fmod_particle.nsh;h=d7d1b8abcfb956a799d727bad0c94574fc808a4c;hb=ff9ed7c6c97639724efbe1beee356c9c8011d19a;hp=0000000000000000000000000000000000000000;hpb=12d48d834695e24973c3dac4b186eae140870cd0;p=synfig.git diff --git a/synfig-core/trunk/src/modules/mod_particle/mod_particle.nsh b/synfig-core/trunk/src/modules/mod_particle/mod_particle.nsh new file mode 100644 index 0000000..d7d1b8a --- /dev/null +++ b/synfig-core/trunk/src/modules/mod_particle/mod_particle.nsh @@ -0,0 +1,21 @@ +; The stuff to install +Section "mod_particle" Sec_mod_particle + +; SectionIn RO + + ; Set output path to the installation directory. + SetOutPath "$INSTDIR\lib\sinfg\modules" + + ; Put file there + File /oname=mod_particle.dll "src\modules\mod_particle\.libs\libmod_particle-0.dll" + + + FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a + FileSeek $0 0 END + FileWrite $0 "mod_particle" + FileWriteByte $0 "13" + FileWriteByte $0 "10" + FileClose $0 + +SectionEnd +