mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 19:07:45 +00:00
installed lyx doesn't need LYX_DIR_20x
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35258 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
c865c9021e
commit
1dee0c67e5
@ -78,7 +78,7 @@ if "%1%" == "devel" (
|
||||
REM Build solution to develop LyX
|
||||
cmake %LYX_SOURCE%\development\cmake -G%USED_STUDIO% -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_DEBUG=1
|
||||
REM needed when running lyx from the debugger
|
||||
set LYX_DIR_20x="%LYX_SOURCE&"\lib
|
||||
set LYX_DIR_20x=%LYX_SOURCE%\lib
|
||||
start lyx.sln /build Debug
|
||||
)
|
||||
|
||||
@ -86,7 +86,7 @@ if "%1%" == "install" (
|
||||
REM Build solution to develop LyX
|
||||
cmake %LYX_SOURCE%\development\cmake -G%USED_STUDIO% -DLYX_MERGE_FILES=1 -DLYX_INSTALL=1 -DLYX_RELEASE=1
|
||||
REM needed when running lyx from the debugger
|
||||
set LYX_DIR_20x="%LYX_SOURCE&"\lib
|
||||
set LYX_DIR_20x=
|
||||
start lyx.sln /build Debug
|
||||
)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user