lyx_mirror/development/cmake/build-debug.bat
Peter Kümmel 9924c11950 update cmake build system
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20047 a592a061-630c-0410-9148-cb99ea01b6c8
2007-09-04 18:41:37 +00:00

15 lines
316 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