projects
/
synfig.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Fixed the name of the last parameter in the set_time() prototype to match that of...
[synfig.git]
/
synfig-core
/
trunk
/
src
/
synfig
/
synfig.nsh
1
; The stuff to install
2
Section "Synfig Core"
3
4
SectionIn RO
5
6
; Set output path to the installation directory.
7
SetOutPath "$INSTDIR\bin"
8
9
; Put file there
10
File "src\synfig\.libs\libsynfig-0.dll"
11
12
SectionEnd
13
14
Section "un.Synfig Core"
15
Delete "$INSTDIR\bin\libsynfig-0.dll"
16
RMDir "$INSTDIR"
17
SectionEnd
18
19