lyx_mirror/development/Win32/packaging/installer/settings.user.nsh

16 lines
329 B
Plaintext
Raw Normal View History

;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"