* development/Win32/packaging/build_msvs_debug.bat: add new build script for debug mode & msvs project creation

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@16564 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Michael Schmitt 2007-01-07 09:53:04 +00:00
parent fce84d1224
commit 8233cb87bd

View File

@ -0,0 +1,4 @@
cd ..\..\scons
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
call scons msvs_projects
cd ..\Win32\packaging