]> git.lyx.org Git - lyx.git/blobdiff - development/cmake/build.bat
Integrate texrow with otexstream in order to perform automatic line
[lyx.git] / development / cmake / build.bat
index 7c61c4ff37df3b22ff23197efb0bb6cb2de246b6..8da0f206a3908ab4636ea537f21f511634d5682d 100755 (executable)
@@ -79,7 +79,7 @@ if [%2]==[] (
 
 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
+       cmake %LYX_SOURCE%\development\cmake -G%USED_STUDIO% -DLYX_MERGE_FILES=0 -DLYX_NLS=1 -DLYX_RELEAE=0
        REM needed when running lyx from the debugger
        set LYX_DIR_20x=%LYX_SOURCE%\lib
        start lyx.sln /build Debug