2007-02-26 16:03:30 +00:00
|
|
|
#LyX Windows Installer
|
|
|
|
#User Settings, all these macros can be redefined from command line,
|
|
|
|
#using options like /DFilesLyX="..\..\..\..\lyx-install"
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-02-26 16:03:30 +00:00
|
|
|
#Location of LyX files and dependencies
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-01-28 06:58:03 +00:00
|
|
|
!ifdef FilesLyX
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_LYX "${FilesLyX}"
|
2007-01-28 06:58:03 +00:00
|
|
|
!else
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_LYX "..\..\..\..\build-msvc"
|
2007-01-28 06:47:11 +00:00
|
|
|
!endif
|
|
|
|
|
2007-01-28 06:58:03 +00:00
|
|
|
!ifdef FilesDeps
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_DEPS "${FilesDeps}"
|
2007-01-28 06:58:03 +00:00
|
|
|
!else
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_DEPS "..\..\..\..\lyx-windows-deps-msvc-qt4"
|
2007-01-28 06:47:11 +00:00
|
|
|
!endif
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-02-07 07:55:38 +00:00
|
|
|
!ifdef FilesBundle
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_BUNDLE "${FilesBundle}"
|
2007-02-07 07:55:38 +00:00
|
|
|
!else
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_BUNDLE "..\..\..\..\lyx-windows-bundle-deps"
|
2007-01-28 06:47:11 +00:00
|
|
|
!endif
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-02-26 16:03:30 +00:00
|
|
|
#Location of Python 2.5
|
2006-11-04 14:28:11 +00:00
|
|
|
|
2007-01-28 06:58:03 +00:00
|
|
|
!ifdef FilesPython
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_PYTHON "${FilesPython}"
|
2007-01-28 06:58:03 +00:00
|
|
|
!else
|
2007-06-21 19:42:07 +00:00
|
|
|
!define FILES_PYTHON "C:\Python25"
|
2007-01-28 06:47:11 +00:00
|
|
|
!endif
|