no longer needed because of upgrade to MSVC 2010 and CMake

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@37701 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Joost Verburg 2011-02-16 20:47:40 +00:00
parent 4cbcffe291
commit 688feff625
4 changed files with 0 additions and 23 deletions

View File

@ -130,9 +130,6 @@ Win32/packaging/AltInstaller/specials/PDFViewWin/PDFViewWin.exe \
Win32/packaging/AltInstaller/specials/PDFViewWin/PDFViewWin.res \
Win32/packaging/AltInstaller/specials/AspellRepositories.txt \
Win32/packaging/AltInstaller/specials/AspellDictionaryNames.txt \
Win32/packaging/build_msvs_debug.bat \
Win32/packaging/build_msvc.bat \
Win32/packaging/Microsoft.VC90.CRT.manifest \
Win32/pdfview/pdfview.nsi \
scons/qt4.py \
scons/scons_manifest.py \

View File

@ -1,13 +0,0 @@
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<!-- Copyright (c) Microsoft Corporation. All rights reserved. -->
<assembly xmlns="urn:schemas-microsoft-com:asm.v1" manifestVersion="1.0">
<noInheritable/>
<assemblyIdentity
type="win32"
name="Microsoft.VC90.CRT"
version="9.0.21022.8"
processorArchitecture="x86"
publicKeyToken="1fc8b3b9a1e18e3b"
/>
<file name="msvcr90.dll" /> <file name="msvcp90.dll" /> <file name="msvcm90.dll" />
</assembly>

View File

@ -1,3 +0,0 @@
cd ..\..\scons
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-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\lyx-windows-deps-msvc2008\qt-4
cd ..\Win32\packaging

View File

@ -1,4 +0,0 @@
cd ..\..\scons
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-msvc2008\include extra_lib_path=..\..\lyx-windows-deps-msvc2008\lib extra_bin_path=..\..\lyx-windows-deps-msvc2008\bin qt_dir=..\..\lyx-windows-deps-msvc2008\qt-4
call scons msvs_projects
cd ..\Win32\packaging