File: heading.nsi.in

package info (click to toggle)
coin2 2.3.0-1
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 19,728 kB
  • ctags: 23,488
  • sloc: cpp: 147,249; ansic: 34,393; sh: 9,023; makefile: 5,648; yacc: 174; lex: 107; perl: 8
file content (56 lines) | stat: -rw-r--r-- 1,426 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
# **************************************************************************
# SuperPIMP (NSIS) Configuration File for the Coin installer.
# See http://www.nullsoft.com/free/nsis/ for SuperPIMP information.
# **************************************************************************
# Authors:
#   Lars J. Aas <larsa@sim.no>

Name "Coin @sdk_version@"
OutFile "coin-v@sdk_version@-install.exe"
SilentInstall "normal"
CRCCheck "on"

LicenseText "GNU General Public License"
LicenseData LICENSE.TXT

ComponentText "Installing the Coin library"
InstType "Binary SDK"
InstType "Run-Time Only"
InstType "Full"

DirText "Where to install Coin"
InstallDir "D:\Coin3D"
InstallDirRegKey HKEY_LOCAL_MACHINE SOFTWARE\Coin3D InstallPath

# **************************************************************************
Section "Run-Time Library"
SectionIn 1 2 3

SetCompress auto
SetOverwrite on

SetOutPath $INSTDIR\bin
File @win_prefix@\bin\coin2.dll

SetOutPath $INSTDIR\html
File coin-sdk.html

SectionEnd
# **************************************************************************
Section "Binary SDK"
SectionIn 1 3

SetCompress auto
SetOverwrite on

SetOutPath $INSTDIR\bin
File @win_prefix@\bin\coin2.dll
File @win_prefix@\bin\coin2d.dll
File @win_prefix@\bin\coin2d.pdb

SetOutPath $INSTDIR\lib
File @win_prefix@\lib\coin2.lib
File @win_prefix@\lib\coin2d.lib
# File @win_prefix@\lib\coin2s.lib
# File @win_prefix@\lib\coin2sd.lib