comparison packaging/filelist.nsh @ 539:81d6657757f3

Provide path_sep as a variable to make it possible to reuse filelist
author Andre Heinecke <aheinecke@intevation.de>
date Tue, 29 Apr 2014 18:06:44 +0000
parents 2e78d08ff46e
children 8081ed84589d
comparison
equal deleted inserted replaced
538:0290adbdc380 539:81d6657757f3
6 ; See LICENSE.txt for details. 6 ; See LICENSE.txt for details.
7 7
8 ; This file is not autogenerated. 8 ; This file is not autogenerated.
9 ; Keep it updated if you add new things. 9 ; Keep it updated if you add new things.
10 10
11 File "${files_dir}/cinst.exe" 11 File "${files_dir}${path_sep}cinst.exe"
12 File "${files_dir}/trustbridge.exe" 12 File "${files_dir}${path_sep}trustbridge.exe"
13 File "${files_dir}/mozilla.exe" 13 File "${files_dir}${path_sep}mozilla.exe"
14 14
15 ; NSS: This should ultimately be static 15 ; NSS: This should ultimately be static
16 File "${files_dir}/nssckbi.dll" 16 File "${files_dir}${path_sep}nssckbi.dll"
17 File "${files_dir}/smime3.dll" 17 File "${files_dir}${path_sep}smime3.dll"
18 File "${files_dir}/nss3.dll" 18 File "${files_dir}${path_sep}nss3.dll"
19 File "${files_dir}/nssdbm3.dll" 19 File "${files_dir}${path_sep}nssdbm3.dll"
20 File "${files_dir}/softokn3.dll" 20 File "${files_dir}${path_sep}softokn3.dll"
21 File "${files_dir}/sqlite3.dll" 21 File "${files_dir}${path_sep}sqlite3.dll"
22 File "${files_dir}/freebl3.dll" 22 File "${files_dir}${path_sep}freebl3.dll"
23 File "${files_dir}/nssutil3.dll" 23 File "${files_dir}${path_sep}nssutil3.dll"
24 File "${files_dir}/libplc4.dll" 24 File "${files_dir}${path_sep}libplc4.dll"
25 File "${files_dir}/libplds4.dll" 25 File "${files_dir}${path_sep}libplds4.dll"
26 File "${files_dir}/libnspr4.dll" 26 File "${files_dir}${path_sep}libnspr4.dll"

http://wald.intevation.org/projects/trustbridge/