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:
Peter Kümmel 2010-09-01 16:07:29 +00:00
parent c865c9021e
commit 1dee0c67e5

View File

@ -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
)