lyx_mirror/development/Win32/packaging/installer/include/variables.nsh
Vincent van Ravesteijn 7222ce9e31 set eol-style
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@36379 a592a061-630c-0410-9148-cb99ea01b6c8
2010-11-18 19:50:29 +00:00

32 lines
404 B
Plaintext

/*
variables.nsh
Variables that are shared between multiple files
*/
Var PathLaTeX
Var PathLaTeXLocal
Var PathImageMagick
Var PathGhostscript
Var PathBibTeXEditor
Var SetupLaTeX
Var SizeLaTeX
!ifndef BUNDLE_IMAGEMAGICK
Var SetupImageMagick
Var SizeImageMagick
!endif
!ifndef BUNDLE_GHOSTSCRIPT
Var SetupGhostscript
Var SizeGhostscript
!endif
Var LangName
Var LangISOCode
Var PrinterConf