mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
Building debug only is so much faster. Fastest way to check if LyX compiles with cmake
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19637 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
64b22da4c7
commit
f79b510054
13
development/cmake/build-debug.bat
Executable file
13
development/cmake/build-debug.bat
Executable file
@ -0,0 +1,13 @@
|
||||
:: 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
|
Loading…
Reference in New Issue
Block a user