]> git.lyx.org Git - lyx.git/commitdiff
* development/Win32/packaging/build_msvs_debug.bat: add new build script for debug...
authorMichael Schmitt <michael.schmitt@teststep.org>
Sun, 7 Jan 2007 09:53:04 +0000 (09:53 +0000)
committerMichael Schmitt <michael.schmitt@teststep.org>
Sun, 7 Jan 2007 09:53:04 +0000 (09:53 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16564 a592a061-630c-0410-9148-cb99ea01b6c8

development/Win32/packaging/build_msvs_debug.bat [new file with mode: 0644]

diff --git a/development/Win32/packaging/build_msvs_debug.bat b/development/Win32/packaging/build_msvs_debug.bat
new file mode 100644 (file)
index 0000000..f290f4e
--- /dev/null
@@ -0,0 +1,4 @@
+cd ..\..\scons\r
+call scons install prefix=..\..\build-msvc use_vc=yes frontend=qt4 mode=debug version_suffix=15 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\r
+call scons msvs_projects\r
+cd ..\Win32\packaging
\ No newline at end of file