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:
Peter Kümmel 2007-08-18 18:54:01 +00:00
parent 64b22da4c7
commit f79b510054

View 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