X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fsynfig.nsh;fp=synfig-core%2Ftags%2Fstable%2Fsrc%2Fsynfig%2Fsynfig.nsh;h=0000000000000000000000000000000000000000;hb=ce9ddb9d0e877117ef8648f901f0c7db9eca3d79;hp=2fc4c534559124bb473fa400040899db983e76ea;hpb=609ffb6c7ad2996e4dde68b1066a27e80ed8a153;p=synfig.git diff --git a/synfig-core/tags/stable/src/synfig/synfig.nsh b/synfig-core/tags/stable/src/synfig/synfig.nsh deleted file mode 100644 index 2fc4c53..0000000 --- a/synfig-core/tags/stable/src/synfig/synfig.nsh +++ /dev/null @@ -1,20 +0,0 @@ -; The stuff to install -Section "Synfig Core" - - SectionIn RO - - ; Set output path to the installation directory. - SetOutPath "$INSTDIR\bin" - - ; Put file there - File "src\synfig\.libs\libsynfig-0.dll" - -SectionEnd - -Section "un.Synfig Core" - Delete "$INSTDIR\bin\libsynfig-0.dll" - RMDir "$INSTDIR\bin" - RMDir "$INSTDIR" -SectionEnd - -