X-Git-Url: https://git.pterodactylus.net/?a=blobdiff_plain;f=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsinfg.nsh;fp=synfig-core%2Ftrunk%2Fsrc%2Fsynfig%2Fsinfg.nsh;h=f7c484a842f0e09ee588d78b5a6be5ba5b7f8856;hb=e3acc0b267b14fda5db3c7bbb2f218b993ef84b3;hp=0000000000000000000000000000000000000000;hpb=ced68168d8518aac837f20e73bcd1e84a6bd6178;p=synfig.git diff --git a/synfig-core/trunk/src/synfig/sinfg.nsh b/synfig-core/trunk/src/synfig/sinfg.nsh new file mode 100644 index 0000000..f7c484a --- /dev/null +++ b/synfig-core/trunk/src/synfig/sinfg.nsh @@ -0,0 +1,19 @@ +; 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 + +