]> git.lyx.org Git - lyx.git/blob - development/cmake/build.bat
cmake: more merged build fixes
[lyx.git] / development / cmake / build.bat
1 :: set here the path to Qt's bin folder and to the LyX-MSVC depend bin folder
2 :: (these are example paths)
3 PATH=D:\Qt\bin;D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008\bin;%PATH%
4
5 :: change directory to the folder where the compile result should be stored
6 :: (this is an example path)
7 cd D:\LyXSVN\lyx-devel\compile-result
8 cmake ..\development\cmake -G"Visual Studio 9 2008" -Dnls=1 -DGNUWIN32_DIR=D:\LyXSVN\lyx-devel\lyx-windows-deps-msvc2008 -Dmerge=0
9
10 :: clean
11 start lyx.sln :: /clean Release
12
13 :: rebuild all generated files
14 ::cmake ..\cmake -Dmerge_rebuild=1
15
16 :: build release version
17 ::start lyx.sln /build Release
18
19 :: return to the cmake folder where this script was started from
20 :: (this is an example path)
21 cd D:\LyXSVN\lyx-devel\development\cmake
22