]> git.lyx.org Git - features.git/blob - development/Win32/packaging/installer/include/variables.nsh
lots of installer improvements:
[features.git] / development / Win32 / packaging / installer / include / variables.nsh
1 /*\r
2 \r
3 variables.nsh\r
4 \r
5 Variables that are shared between multiple files\r
6 \r
7 */\r
8 \r
9 Var PathLaTeX\r
10 Var PathLaTeXLocal\r
11 Var PathImageMagick\r
12 Var PathGhostscript\r
13 \r
14 Var SetupLaTeX\r
15 Var SizeLaTeX\r
16 \r
17 !ifndef BUNDLE_IMAGEMAGICK\r
18   Var SetupImageMagick\r
19   Var SizeImageMagick\r
20 !endif\r
21 \r
22 !ifndef BUNDLE_GHOSTSCRIPT\r
23   Var SetupGhostscript\r
24   Var SizeGhostscript\r
25 !endif\r
26 \r
27 Var LangName\r
28 Var LangISOCode\r
29 \r
30 Var PrinterConf\r