lyx_mirror/development/Win32/packaging/installer/settings.user.nsh
Bo Peng bae86e4098 Scons: refine scons installer
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16899 a592a061-630c-0410-9148-cb99ea01b6c8
2007-01-28 06:47:11 +00:00

26 lines
556 B
Plaintext

;LyX Windows Installer
;User Settings, all these macros can be redefined from command line,
;using options like /DFilesLyX="..\..\..\..\lyx-install"
;Location of LyX files and dependencies
!ifndef FilesLyX
!define FILES_LYX "..\..\..\..\build-msvc"
!endif
!ifndef FilesDeps
!define FILES_DEPS "..\..\..\..\lyx-windows-deps-msvc-qt4"
!endif
;Location of Windows installation
!ifndef FilesWindows
!define FILES_WINDOWS "C:\WINDOWS"
!endif
;Location of Python 2.5
!ifndef FilesPython
!define FILES_PYTHON "C:\Python25"
!endif