]> git.lyx.org Git - features.git/commitdiff
add MSVC build batch files to the SCons folder
authorUwe Stöhr <uwestoehr@web.de>
Sun, 16 Dec 2007 19:38:45 +0000 (19:38 +0000)
committerUwe Stöhr <uwestoehr@web.de>
Sun, 16 Dec 2007 19:38:45 +0000 (19:38 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22177 a592a061-630c-0410-9148-cb99ea01b6c8

development/scons/build_msvc.bat [new file with mode: 0644]
development/scons/build_msvs_debug.bat [new file with mode: 0644]

diff --git a/development/scons/build_msvc.bat b/development/scons/build_msvc.bat
new file mode 100644 (file)
index 0000000..d76a679
--- /dev/null
@@ -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 (file)
index 0000000..deaf616
--- /dev/null
@@ -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