moreupdates
[synfig.git] / synfig-core / trunk / src / synfig / synfig.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\synfig\.libs\libsynfig-0.dll"\r
11 \r
12 SectionEnd\r
13 \r
14 Section "un.Synfig Core"\r
15         Delete "$INSTDIR\bin\libsynfig-0.dll"\r
16         RMDir "$INSTDIR"\r
17 SectionEnd\r
18 \r
19 \r