mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-13 09:15:50 +00:00
0b0a643aef
* Initial main window geometry is calculated based on monitor resolution. * Solved problems with character sets of translations. The latest gettext and libiconv are required. Uploaded patches for Windows/MSVC 2005. * Default instant preview size matches default font size. * Included version information resources. * Corrected language names. * Installer code improvements. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@15461 a592a061-630c-0410-9148-cb99ea01b6c8
2 lines
319 B
Batchfile
2 lines
319 B
Batchfile
cd ..\..\scons
|
|
scons install prefix=..\..\build-msvc use_vc=yes frontend=qt2 mode=release version_suffix=1.4.x gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc\include extra_lib_path=..\..\lyx-windows-deps-msvc\lib extra_bin_path=..\..\lyx-windows-deps-msvc\bin qt_dir=..\..\lyx-windows-deps-msvc\qt-3 |