diff --git a/development/scons/build_msvc.bat b/development/scons/build_msvc.bat new file mode 100644 index 0000000000..d76a67994f --- /dev/null +++ b/development/scons/build_msvc.bat @@ -0,0 +1 @@ +call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=release version_suffix=16 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc-qt4\include extra_lib_path=..\..\lyx-windows-deps-msvc-qt4\lib extra_bin_path=..\..\lyx-windows-deps-msvc-qt4\bin qt_dir=..\..\lyx-windows-deps-msvc-qt4\qt-4 \ No newline at end of file diff --git a/development/scons/build_msvs_debug.bat b/development/scons/build_msvs_debug.bat new file mode 100644 index 0000000000..deaf616ac7 --- /dev/null +++ b/development/scons/build_msvs_debug.bat @@ -0,0 +1,2 @@ +call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=debug version_suffix=16 gettext=system nls=yes extra_inc_path=..\..\lyx-windows-deps-msvc-qt4\include extra_lib_path=..\..\lyx-windows-deps-msvc-qt4\lib extra_bin_path=..\..\lyx-windows-deps-msvc-qt4\bin qt_dir=..\..\lyx-windows-deps-msvc-qt4\qt-4 +call scons msvs_projects