X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsynfig.nsh;h=2fc4c534559124bb473fa400040899db983e76ea;hb=9459638ad6797b8139f1e9f0715c96076dbf0890;hp=46c591acd7dfb7fb5ce153656cff0f1185e2dbe9;hpb=28f28705612902c15cd0702cc891fba35bf2d2df;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/synfig.nsh b/synfig-core/trunk/src/synfig/synfig.nsh index 46c591a..2fc4c53 100644 --- a/synfig-core/trunk/src/synfig/synfig.nsh +++ b/synfig-core/trunk/src/synfig/synfig.nsh @@ -1,19 +1,20 @@ -; 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" -SectionEnd - - +; 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 + +