2017-11-05 21:05:51 +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
|
2017-04-23 13:57:45 +02:00
|
|
|
|
!define APP_VERSION_MINOR 3
|
2020-01-26 17:55:24 -05:00
|
|
|
|
!define APP_VERSION_REVISION 4
|
2018-02-18 15:52:57 +01:00
|
|
|
|
!define APP_VERSION_EMERGENCY "" # 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 ""
|
2018-12-09 15:50:19 -05:00
|
|
|
|
!define APP_VERSION_BUILD 1 # Start with 1 for the installer releases of each version
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
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-01-26 17:55:24 -05: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:34:54 +01:00
|
|
|
|
# Typical names for the release are "LyX-232-Installer-1.exe" etc.
|
2010-11-18 19:50:29 +00:00
|
|
|
|
|
|
|
|
|
!ifndef ExeFile
|
2017-12-06 15:31:10 +01:00
|
|
|
|
!define ExeFile "${APP_NAME}-${APP_VERSION_MAJOR}${APP_VERSION_MINOR}${APP_VERSION_REVISION}${APP_VERSION_EMERGENCY}-Installer-${APP_VERSION_BUILD}.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
|
|
|
|
|
2018-08-30 15:14:06 -04:00
|
|
|
|
!define FILES_BASE "C:\Users\rikih\LyX"
|
|
|
|
|
!define FILES_GIT "${FILES_BASE}\git\development\Win32\packaging\installer"
|
|
|
|
|
!define FILES_LYX "${FILES_BASE}\LyX23"
|
|
|
|
|
!define FILES_DEPS "${FILES_BASE}\Dependencies"
|
|
|
|
|
!define FILES_QT "${FILES_BASE}\LyX23"
|
2011-05-23 04:12:10 +00:00
|
|
|
|
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
|
|
|
|
!define DVIPostFileDir "${FILES_DEPS}\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:16:22 +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-01-26 17:55:24 -05:00
|
|
|
|
!define ImageMagickVersion "7.0.9"
|