mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-08 10:51:03 +00:00
13 lines
320 B
Batchfile
13 lines
320 B
Batchfile
|
:: fastest way to check if LyX compiles with cmake
|
||
|
|
||
|
:: be sure there is a solution
|
||
|
cmake ..\trunk\development\cmake -Dmerge=1
|
||
|
|
||
|
:: clean
|
||
|
devenv lyx-qt4.sln /clean Debug
|
||
|
|
||
|
:: rebuild all generated files
|
||
|
cmake ..\trunk\development\cmake -Dmerge_rebuild=1
|
||
|
|
||
|
:: build release version
|
||
|
devenv lyx-qt4.sln /build Debug
|