mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 01:08:45 +00:00
fd5f7a7174
(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
15 lines
302 B
Batchfile
Executable File
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
|
|
|