[openssl-dev] Building VC-WIN32 with VS2012 and above breaks older CPU compatability

Andy Polyakov appro at openssl.org
Fri Aug 26 21:43:15 UTC 2016


> How about something like this.. A VC-WIN32-XP target that has
> everything needed to make a max compatibility target
> When building under VS2012 and above.. (I also tested in VS2015)
> adds CFLAGS  /arch:IA32 -D_USING_V110_SDK71_
> adds BIN_LDFLAGS=/subsystem:console,5.01 /opt:ref

How about

set CL=/arch:ia32
set LINK=/subsysten:console,5.00

Why this is inappropriate? Have another compiler version? Just adjust
appropriately. Microsoft changes something? Just adjust appropriately.
You *are* in control.




More information about the openssl-dev mailing list