X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsinfg%2Fsinfg.nsh;fp=synfig-core%2Ftrunk%2Fsrc%2Fsinfg%2Fsinfg.nsh;h=0000000000000000000000000000000000000000;hb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;hp=f7c484a842f0e09ee588d78b5a6be5ba5b7f8856;hpb=ced68168d8518aac837f20e73bcd1e84a6bd6178;p=synfig.git diff --git a/synfig-core/trunk/src/sinfg/sinfg.nsh b/synfig-core/trunk/src/sinfg/sinfg.nsh deleted file mode 100644 index f7c484a..0000000 --- a/synfig-core/trunk/src/sinfg/sinfg.nsh +++ /dev/null @@ -1,19 +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\sinfg\.libs\libsinfg-0.dll" - -SectionEnd - -Section "un.Synfig Core" - Delete "$INSTDIR\bin\libsinfg-0.dll" - RMDir "$INSTDIR" -SectionEnd - -