]> git.lyx.org Git - features.git/blob - development/Win32/packaging/installer/include/filelist.nsh
Win installer: remove 2 files that are not in Qt 5.6
[features.git] / development / Win32 / packaging / installer / include / filelist.nsh
1 /*
2
3 filelist.nsh
4
5 Lists of files to include in the installer
6
7 */
8
9 !define FILE '${COMMAND} "${DIRECTORY}'
10
11 !macro FileListLyXBin COMMAND DIRECTORY
12
13   ${FILE}lyx.exe"
14   ${FILE}tex2lyx.exe"
15
16 !macroend
17
18 !macro FileListQtBin COMMAND DIRECTORY
19
20   ${FILE}Qt5Core.dll"
21   ${FILE}Qt5Gui.dll"
22   ${FILE}Qt5Svg.dll"
23   ${FILE}Qt5Widgets.dll"
24   ${FILE}Qt5WinExtras.dll"
25   ${FILE}Qt5Xml.dll"
26
27 !macroend
28
29 !macro FileListQtImageformats COMMAND DIRECTORY
30
31   ${FILE}qdds.dll"
32   ${FILE}qgif.dll"
33   ${FILE}qicns.dll"
34   ${FILE}qico.dll"
35   ${FILE}qjpeg.dll"
36   ${FILE}qsvg.dll"
37   ${FILE}qtga.dll"
38   ${FILE}qtiff.dll"
39   ${FILE}qwbmp.dll"
40   ${FILE}qwebp.dll"
41
42 !macroend
43
44 !macro FileListQtIconengines COMMAND DIRECTORY
45
46   ${FILE}qsvgicon.dll"
47
48 !macroend
49
50 !macro FileListQtPlatforms COMMAND DIRECTORY
51
52   ${FILE}qminimal.dll"
53   ${FILE}qoffscreen.dll"
54   ${FILE}qwindows.dll"
55
56 !macroend
57
58 !macro FileListMSVC COMMAND DIRECTORY
59
60   # Manifest not needed for 2010
61   ${FILE}msvcr100.dll"
62   ${FILE}msvcp100.dll"
63   
64 !macroend
65
66 !macro FileListNetpbmBin COMMAND DIRECTORY
67
68   ${FILE}libnetpbm10.dll"
69   ${FILE}pnmcrop.exe"
70   
71 !macroend
72
73 !macro FileListDTLBin COMMAND DIRECTORY
74
75   ${FILE}dt2dv.exe"
76   ${FILE}dv2dt.exe"
77   
78 !macroend
79
80 !macro FileListRsvg COMMAND DIRECTORY
81
82   ${FILE}rsvg-convert.exe"
83   
84 !macroend
85
86 !macro FileListDvipostBin COMMAND DIRECTORY
87
88   ${FILE}pplatex.exe"
89   
90 !macroend
91
92 !macro FileListUnoConv COMMAND DIRECTORY
93
94   ${FILE}unoconv.py"
95   
96 !macroend
97
98 !macro FileListeLyXer COMMAND DIRECTORY
99
100   ${FILE}elyxer.py"
101   ${FILE}lyx.css"
102   ${FILE}math.css"
103   ${FILE}math2html.py"
104   ${FILE}toc.css"
105   
106 !macroend
107
108 !macro FileListPDFViewBin COMMAND DIRECTORY
109
110   ${FILE}pdfview.exe"
111   ${FILE}System.dll"
112   ${FILE}Console.dll"
113
114 !macroend
115
116 !macro FileListFonts COMMAND DIRECTORY
117 # FIXME: simply copy the whole directory!
118
119   ${FILE}cmex10.ttf"
120   ${FILE}cmmi10.ttf"
121   ${FILE}cmr10.ttf"
122   ${FILE}cmsy10.ttf"
123   ${FILE}esint10.ttf"
124   ${FILE}eufm10.ttf"
125   ${FILE}msam10.ttf"
126   ${FILE}msbm10.ttf"
127   ${FILE}rsfs10.ttf"
128   ${FILE}wasy10.ttf"
129   
130 !macroend