mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-22 10:00:33 +00:00
installer: settings.nsh: restore paths that I accidentally changed in r38820
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@38992 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
47f7f15603
commit
995d343ec6
@ -33,11 +33,12 @@ These typically need to be modified for each LyX release
|
||||
|
||||
#--------------------------------
|
||||
# File locations
|
||||
# !!! you need to adjust them to the folders in your Windows system !!!
|
||||
|
||||
!define FILES_LYX "D:\LyXPackage2.0\LyX"
|
||||
!define FILES_DEPS "D:\LyXSVN\LyX2.0.x\lyx-windows-deps-msvc2008"
|
||||
!define FILES_BUNDLE "D:\LyX\depsbundle"
|
||||
!define FILES_QT "D:\Qt"
|
||||
!define FILES_LYX "C:\LyX\lyx-20-install"
|
||||
!define FILES_DEPS "C:\LyX\lyx-20-build\msvc2010-deps\deps20"
|
||||
!define FILES_BUNDLE "C:\LyX\depsbundle"
|
||||
!define FILES_QT "C:\Qt\qt-everywhere-opensource-src-4.7.1"
|
||||
!define ClassFileDir "${FILES_LYX}\Resources\tex"
|
||||
!define DVIPostFileDir "${FILES_DEPS}\tex"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user