lyx_mirror/development/Win32/packaging/installer/settings.user.nsh
Joost Verburg e161bf59cf Updated LyX/Windows installer
* MSVC 2005 compiler support
* Compatible with MiKTeX 2.5
* Updated for latest ImageMagick and Python
* Removed MSYS installation
* Improved multi-user installations
* Added separate user settings file
* Added German and French translation
* Fixed Norwegian LyX language support

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15082 a592a061-630c-0410-9148-cb99ea01b6c8
2006-09-19 23:07:00 +00:00

37 lines
761 B
Plaintext

;LyX Windows Installer
;User Settings
;Uncomment the right settting for your build environment
;BUILD_MSVC = Microsoft Visual C++ 2005
;BUILD_MINGW = MinGW/MSYS
!define BUILD_MSVC
;!define BUILD_MINGW
;Location of LyX files and dependencies
!ifdef BUILD_MSVC
;Settings for MSVC build
!define FILES_LYX "..\..\..\..\build-msvc"
!define FILES_DEPS "..\..\..\..\lyx-windows-deps-msvc"
!else
;Settings for MinGW build
!define FILES_LYX "..\..\..\..\build\installprefix"
!define FILES_DEPS "..\..\..\..\..\..\local"
!define FILES_MINGW "..\..\..\..\..\..\mingw"
!endif
;Location of Windows installation
!define FILES_WINDOWS "C:\WINDOWS"
;Location of Python 2.5
!define FILES_PYTHON "C:\Python25"