X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsynfig.nsh;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsynfig.nsh;h=0000000000000000000000000000000000000000;hb=a095981e18cc37a8ecc7cd237cc22b9c10329264;hp=2fc4c534559124bb473fa400040899db983e76ea;hpb=9459638ad6797b8139f1e9f0715c96076dbf0890;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/synfig.nsh b/synfig-core/trunk/src/synfig/synfig.nsh deleted file mode 100644 index 2fc4c53..0000000 --- a/synfig-core/trunk/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 - -