projects
/
oweals
/
openssl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ec5a768
)
Visual Studio 2005 workaround from HEAD.
author
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 14:45:20 +0000
(14:45 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 14:45:20 +0000
(14:45 +0000)
PR: 1183
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index d29b3eb2484a092860a0982bd95a4e7978459bcd..453d23595977b05dcba585b782f2aa4288adcd6c 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-12,6
+12,7
@@
$rm='del';
# C compiler stuff
$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.=' -D_CRT_SECURE_NO_DEPRECATE'; # shut up VC8
$lflags="/nologo /subsystem:console /machine:I386 /opt:ref";
$mlflags='';