mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-11 13:46:43 +00:00
16 lines
329 B
Plaintext
16 lines
329 B
Plaintext
|
;LyX Windows Installer
|
||
|
;User Settings
|
||
|
|
||
|
;Location of LyX files and dependencies
|
||
|
|
||
|
!define FILES_LYX "..\..\..\..\build-msvc"
|
||
|
!define FILES_DEPS "..\..\..\..\lyx-windows-deps-msvc-qt4"
|
||
|
|
||
|
;Location of Windows installation
|
||
|
|
||
|
!define FILES_WINDOWS "C:\WINDOWS"
|
||
|
|
||
|
;Location of Python 2.5
|
||
|
|
||
|
!define FILES_PYTHON "C:\Python25"
|