Improvements for Windows build with only VS2013 installed

Desktop / LibreOffice - Tor Lillqvist [collabora.com] - 28 July 2014 01:20 UTC

I thought it was possible now to build on Windows with Visual Studio 2013 as the only installed Visual Studio version, but no. I tried on a fresh Windows 8.1 installation.

This commit fixes the configury a bit at least. (One needs to pass the--with-visual-studio=2013 option. Otherwise configure gets confused by the partial (?) VS2012 that seems to be installed, too, when installing VS2013, and prefers that...)

The build fails at least in external/lcms2, but I'll leave sorting out that for later.

e23fa8d Improvements for Windows build with only VS2013 installed
config_host.mk.in | 1 +
configure.ac | 36 ++++++++++++++++++++++---------
solenv/gbuild/platform/com_MSC_class.mk | 2 +-
3 files changed, 28 insertions(+), 11 deletions(-)

Upstream: cgit.freedesktop.org


  • Share