Mercurial > trustbridge
comparison packaging/filelist.nsh @ 340:9001eaa55549
Add first draft of packaging to build upon
author | Andre Heinecke <aheinecke@intevation.de> |
---|---|
date | Wed, 09 Apr 2014 17:39:24 +0000 |
parents | |
children | 5ee694fa3da7 |
comparison
equal
deleted
inserted
replaced
339:5fa58979cb3a | 340:9001eaa55549 |
---|---|
1 ; This file is not autogenerated. | |
2 ; Keep it updated if you add new things. | |
3 | |
4 File "${files_dir}/cinst.exe" | |
5 File "${files_dir}/m13ui.exe" | |
6 File "${files_dir}/mozilla.exe" | |
7 | |
8 ; NSS: This should ultimately be static | |
9 File "${files_dir}/nssckbi.dll" | |
10 File "${files_dir}/smime3.dll" | |
11 File "${files_dir}/nss3.dll" | |
12 File "${files_dir}/nssdbm3.dll" | |
13 File "${files_dir}/softokn3.dll" | |
14 File "${files_dir}/sqlite3.dll" | |
15 File "${files_dir}/freebl3.dll" | |
16 File "${files_dir}/nssutil3.dll" | |
17 File "${files_dir}/libplc4.dll" | |
18 File "${files_dir}/libplds4.dll" | |
19 File "${files_dir}/libnspr4.dll" |