lyx_mirror/development/cmake/build-debug.bat
Peter Kümmel fd5f7a7174 add eol-style property
(needed to compare with trunk version)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@34572 a592a061-630c-0410-9148-cb99ea01b6c8
2010-06-01 10:26:05 +00:00

15 lines
302 B
Batchfile
Executable File

:: fastest way to check if LyX compiles with cmake
:: be sure there is a solution
cmake ..\trunk\development\cmake -Dmerge=1
:: clean
devenv lyx.sln /clean Debug
:: rebuild all generated files
cmake ..\trunk\development\cmake -Dmerge_rebuild=1
:: build release version
devenv lyx.sln /build Debug