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