X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Fmod_mng%2Fmod_mng.nsh;fp=synfig-core%2Ftags%2Fsynfig_0_61_07%2Fsrc%2Fmodules%2Fmod_mng%2Fmod_mng.nsh;h=0000000000000000000000000000000000000000;hb=3a6643238c67c043fc3592837a05d6d2861967f1;hp=4986de7fc0ec42414fba9bcbe2fb294a61bbb2db;hpb=47fce282611fbba1044921d22ca887f9b53ad91a;p=synfig.git diff --git a/synfig-core/tags/synfig_0_61_07/src/modules/mod_mng/mod_mng.nsh b/synfig-core/tags/synfig_0_61_07/src/modules/mod_mng/mod_mng.nsh deleted file mode 100644 index 4986de7..0000000 --- a/synfig-core/tags/synfig_0_61_07/src/modules/mod_mng/mod_mng.nsh +++ /dev/null @@ -1,13 +0,0 @@ -; FIXME: THIS DOES NOT ACTUALLY WORK YET - -Section "mod_mng" Sec_mod_mng - SetOutPath "$INSTDIR\lib\synfig\modules" - File /oname=mod_mng.dll "src\modules\mod_mng\.libs\libmod_mng-0.dll" - FileOpen $0 $INSTDIR\etc\synfig_modules.cfg a - FileSeek $0 0 END - FileWrite $0 "mod_mng" - FileWriteByte $0 "13" - FileWriteByte $0 "10" - FileClose $0 -SectionEnd -