Mercurial > trustbridge
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/packaging/filelist.nsh Wed Apr 09 17:39:24 2014 +0000 @@ -0,0 +1,19 @@ +; This file is not autogenerated. +; Keep it updated if you add new things. + +File "${files_dir}/cinst.exe" +File "${files_dir}/m13ui.exe" +File "${files_dir}/mozilla.exe" + +; NSS: This should ultimately be static +File "${files_dir}/nssckbi.dll" +File "${files_dir}/smime3.dll" +File "${files_dir}/nss3.dll" +File "${files_dir}/nssdbm3.dll" +File "${files_dir}/softokn3.dll" +File "${files_dir}/sqlite3.dll" +File "${files_dir}/freebl3.dll" +File "${files_dir}/nssutil3.dll" +File "${files_dir}/libplc4.dll" +File "${files_dir}/libplds4.dll" +File "${files_dir}/libnspr4.dll"