mirror of
https://github.com/QuasarApp/openssl.git
synced 2025-04-29 19:24:37 +00:00
Visual Studio 2005 workaround from HEAD.
PR: 1183
This commit is contained in:
parent
ec5a7681fe
commit
f6fefec921
@ -12,6 +12,7 @@ $rm='del';
|
|||||||
# C compiler stuff
|
# C compiler stuff
|
||||||
$cc='cl';
|
$cc='cl';
|
||||||
$cflags=' /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32';
|
$cflags=' /MD /W3 /WX /G5 /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32';
|
||||||
|
$cflags.=' -D_CRT_SECURE_NO_DEPRECATE'; # shut up VC8
|
||||||
$lflags="/nologo /subsystem:console /machine:I386 /opt:ref";
|
$lflags="/nologo /subsystem:console /machine:I386 /opt:ref";
|
||||||
$mlflags='';
|
$mlflags='';
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user