Move Windows build up to latest compilers
Description
Environment
Activity
Rod Widdowson September 6, 2017 at 2:52 PM
With all dependendencies and an installer build from scripts I'm declaring victory in this one
Rod Widdowson September 3, 2017 at 2:45 PM
3fe6ade pushed to cpp-msbuild is a refresh of the dependency build which build
zlib
log4shib
xerces
openssl
libcurl
xmlsecurity
In such a way that nmake /f build.make will also work.
Tested against most recent versions (except xerces which I pulled from the final build and XML sec which I took from HEAD
Rod Widdowson August 30, 2017 at 3:49 PM
Per discussion with Scott I need to
Review the current documentation for building dependencies - possibly in a new location.
Re-automate OpenSSL build (with the assumption that the ConfigureD has been built.
Make sure that doall.bat does work and for VC17
Rod Widdowson August 29, 2017 at 12:55 PM
cUrl copied
OpenSSL recopying ETA +15min
Rod Widdowson August 29, 2017 at 12:17 PM
log4shib changes pushed as 45f28cb
zip'd build file copying in progress. ETA +30 mins
We want to move the windows build to the latest compilers.
(most of) the dependencies have been moved as part of #SSPCPP-681. The work here consists of
Creating a new projects\vc10 directory (so do many other projects)
Moving the build files (sln, vcxproj, vcxproj.filters) into this folder (and children) and patching up appropriately
Moving the output into build\vc10 (so do many other projects)
Adjusting the upstream projects (and .wxs files) to look in this new location
And then derive the VC14 build from the VC10 one