2017-11-05 21:23:41 +01:00
/ *
2010-11-18 19:50:29 +00:00
Settings for LyX installer
These typically need to be modified for each LyX release
* /
#--------------------------------
# Version number
2011-02-17 17:02:10 +00:00
!define APP_VERSION_MAJOR 2
2020-04-04 19:16:29 -04:00
!define APP_VERSION_MINOR 4
!define APP_VERSION_REVISION 0
!define APP_VERSION_EMERGENCY " dev " # use "1" for an emergency release of LyX otherwise ""
2016-05-29 23:57:37 +02:00
!define APP_EMERGENCY_DOT " " # use "." for an emergency release of LyX otherwise ""
2019-03-26 02:37:19 +01:00
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
2010-11-18 19:50:29 +00:00
2020-04-04 19:16:29 -04:00
# 32 or 64 bit, use build folder names and dependencies folder names containing "32" or "64" to use following constant in File locations declarations below
!define APP_VERSION_ACHITECHTURE 32
2013-01-03 02:46:48 +01:00
!define APP_VERSION " ${APP_VERSION_MAJOR}.${APP_VERSION_MINOR}.${APP_VERSION_REVISION}${APP_EMERGENCY_DOT}${APP_VERSION_EMERGENCY} " # Version to display
2010-11-18 19:50:29 +00:00
2020-04-04 19:16:29 -04:00
!define COPYRIGHT_YEAR 2020
2016-05-31 01:25:07 +02:00
2010-11-18 19:50:29 +00:00
#--------------------------------
# Installer file name
2019-03-26 02:37:19 +01:00
# Typical names for the release are "LyX-232-Installer-1.exe" etc.
2010-11-18 19:50:29 +00:00
!ifndef ExeFile
2020-04-04 19:16:29 -04:00
!define ExeFile " ${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}-\
x${APP_VERSION_ACHITECHTURE} .exe"
2010-11-18 19:50:29 +00:00
!endif
2011-02-17 19:14:18 +00:00
#--------------------------------
# File locations
2011-06-08 16:57:52 +00:00
# !!! you need to adjust them to the folders in your Windows system !!!
2011-02-17 19:14:18 +00:00
2020-04-04 19:16:29 -04:00
!define FILES_BASE " C:\lyx "
!define FILES_GIT " ${FILES_BASE}\master\development\Win32\packaging "
!define FILES_LYX " ${FILES_BASE}\masterbuild${APP_VERSION_ACHITECHTURE}\LYX_INSTALLED "
!define FILES_DEPS " ${FILES_BASE}\lyx-windows-deps-msvc2019_${APP_VERSION_ACHITECHTURE} "
!define FILES_QT " ${FILES_BASE}\masterbuild${APP_VERSION_ACHITECHTURE}\LYX_INSTALLED "
2011-05-23 04:12:10 +00:00
!define ClassFileDir " ${FILES_LYX}\Resources\tex "
2011-02-17 19:14:18 +00:00
2010-11-18 19:50:29 +00:00
#--------------------------------
2016-02-09 00:31:57 +01:00
# MiKTeX and JabRef
2010-11-18 19:50:29 +00:00
2018-02-18 06:11:11 +01:00
!define MiKTeXRepo " ftp://ftp.tu-chemnitz.de/pub/tex/systems/win32/miktex/tm/packages/ "
2011-05-23 04:12:10 +00:00
2020-04-04 19:16:29 -04:00
!define ImageMagickVersion " 7.0.10 "