> 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.


-- 
openssl-dev mailing list
To unsubscribe: https://mta.openssl.org/mailman/listinfo/openssl-dev

Reply via email to