f7c484a842f0e09ee588d78b5a6be5ba5b7f8856
[synfig.git] / synfig-core / trunk / src / sinfg / sinfg.nsh
1 ; The stuff to install\r
2 Section "Synfig Core"\r
3 \r
4   SectionIn RO\r
5   \r
6   ; Set output path to the installation directory.\r
7   SetOutPath "$INSTDIR\bin"\r
8   \r
9   ; Put file there\r
10   File "src\sinfg\.libs\libsinfg-0.dll"\r
11 \r
12 SectionEnd\r
13 \r
14 Section "un.Synfig Core"\r
15         Delete "$INSTDIR\bin\libsinfg-0.dll"\r
16         RMDir "$INSTDIR"\r
17 SectionEnd\r
18 \r
19 \r