]> git.lyx.org Git - features.git/commitdiff
installed lyx doesn't need LYX_DIR_20x
authorPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Sep 2010 16:07:29 +0000 (16:07 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Wed, 1 Sep 2010 16:07:29 +0000 (16:07 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@35258 a592a061-630c-0410-9148-cb99ea01b6c8

development/cmake/build.bat

index f0b4dac2f75a762fa27fc58e0bd2c8f810a55f0a..f748ef97079150c3a7f98a29dda70f090523806c 100755 (executable)
@@ -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
 )