Mercurial > trustbridge
comparison packaging/filelist.nsh @ 834:8081ed84589d
Use static nss from subrepository on windows
author | Andre Heinecke <andre.heinecke@intevation.de> |
---|---|
date | Mon, 28 Jul 2014 13:03:45 +0200 |
parents | 81d6657757f3 |
children | 62b832d0b839 |
comparison
equal
deleted
inserted
replaced
833:e1bb60a8129b | 834:8081ed84589d |
---|---|
9 ; Keep it updated if you add new things. | 9 ; Keep it updated if you add new things. |
10 | 10 |
11 File "${files_dir}${path_sep}cinst.exe" | 11 File "${files_dir}${path_sep}cinst.exe" |
12 File "${files_dir}${path_sep}trustbridge.exe" | 12 File "${files_dir}${path_sep}trustbridge.exe" |
13 File "${files_dir}${path_sep}mozilla.exe" | 13 File "${files_dir}${path_sep}mozilla.exe" |
14 | |
15 ; NSS: This should ultimately be static | |
16 File "${files_dir}${path_sep}nssckbi.dll" | |
17 File "${files_dir}${path_sep}smime3.dll" | |
18 File "${files_dir}${path_sep}nss3.dll" | |
19 File "${files_dir}${path_sep}nssdbm3.dll" | |
20 File "${files_dir}${path_sep}softokn3.dll" | |
21 File "${files_dir}${path_sep}sqlite3.dll" | |
22 File "${files_dir}${path_sep}freebl3.dll" | |
23 File "${files_dir}${path_sep}nssutil3.dll" | |
24 File "${files_dir}${path_sep}libplc4.dll" | |
25 File "${files_dir}${path_sep}libplds4.dll" | |
26 File "${files_dir}${path_sep}libnspr4.dll" |