This is an automated email from the ASF dual-hosted git repository.
leginee pushed a change to branch win10-msvc-trunk
in repository https://gitbox.apache.org/repos/asf/openoffice.git
from 388a1641d9 update .gitignore
new 56e9585c8c desktop: stamp the manifest with the architecture being
built
new 6767d02771 jvmfwk: look for jre/bin/server/jvm.dll on Windows
new adc80fe0d1 tools: say Win64 in the generator string of a 64 bit build
new 78c9e3c8b6 external: point the vcredist README at the v14 runtime
new db685841c4 setup: detect the VC runtime by loading it, not by
ProductCode
new 440c451588 setup: fail the install when the runtime cannot be installed
new dca6db7b11 scp2: a 64 bit install set does not need the 32 bit runtime
new d9f8ab4061 scp2: do not ship the 32 bit gdiplus.dll in a 64 bit install
new e18def7a66 installer: build a real 64 bit package on a 64 bit build
new ef8ddd6c44 python: Python 3 turned stdlib modules into packages, so
d.lst must list them
new 7d7814c556 desktop: an x64 build advertises windows_x86_64, so accept
it as a platform
new acd597629f odk: platform.mk has twelve ifeq and eleven endif, so it
never parsed
new 31d987f26a odk: an x64 SDK must stamp windows_x86_64 into
description.xml
new 63763b62be dtrans: an Any holding a window handle is not a struct to
cast
new a1d258c26a svtools: the autoswap sentinels have to survive
Link::Call's long return
new c61357cda5 sal: unicows.lib is x86 only, so do not name it in the x64
uwinapi link
new d4bb8e01d2 solenv: pin the subsystem version, because 6.00 breaks drag
and drop
The 17 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../desktop/source/deployment/misc/dp_platform.cxx | 3 +
main/desktop/util/makefile.mk | 20 +-
main/desktop/win32/source/setup/Resource.h | 2 +
main/desktop/win32/source/setup/rctmpl.txt | 2 +
main/desktop/win32/source/setup/setup.cpp | 232 +++++++++++++++++++--
main/desktop/win32/source/setup/setup.hxx | 3 +-
main/desktop/win32/source/setup/setup.ulf | 6 +
main/desktop/win32/source/setup/setup_main.cxx | 5 +
main/dtrans/source/os2/dnd/DragSource.cxx | 4 +-
main/dtrans/source/os2/dnd/DropTarget.cxx | 4 +-
main/dtrans/source/win32/dnd/source.cxx | 6 +-
main/dtrans/source/win32/dnd/target.cxx | 4 +-
main/external/vcredist/README | 47 ++++-
.../jvmfwk/plugins/sunmajor/pluginlib/otherjre.cxx | 1 +
main/jvmfwk/plugins/sunmajor/pluginlib/sunjre.cxx | 1 +
main/odk/pack/copying/dk.mk | 7 +
main/odk/pack/copying/makefile.mk | 2 +-
main/odk/settings/platform.mk | 13 +-
main/python/prj/d.lst | 37 ++++
main/sal/systools/win32/uwinapi/makefile.mk | 8 +
main/scp2/source/ooo/file_library_ooo.scp | 15 +-
main/scp2/source/ooo/makefile.mk | 5 +
main/scp2/source/ooo/vc_redist.scp | 11 +
main/set_soenv.in | 1 +
main/solenv/bin/make_installer.pl | 30 +++
main/solenv/bin/modules/installer/globals.pm | 1 +
main/solenv/bin/modules/installer/parameter.pm | 9 +
main/solenv/inc/wntmsc14.mk | 38 ++++
main/svtools/inc/svtools/grfmgr.hxx | 18 +-
main/tools/inc/tools/inetdef.hxx | 9 +
main/vcl/source/window/window.cxx | 4 +-
31 files changed, 510 insertions(+), 38 deletions(-)