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:
6708df7
)
Another missing space in VC-32.pl [from 0.9.8].
author
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 14:44:17 +0000
(14:44 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Mon, 19 Sep 2005 14:44:17 +0000
(14:44 +0000)
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index a94baa0b64cb4fa1baf6775edc54d8d51d0af8b1..938aff65f2fcdca69b2a7d6afcf0c02620ff5175 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-88,7
+88,7
@@
elsif ($FLAVOR =~ /CE/)
else # Win32
{
$base_cflags=' /W3 /WX /Gs0 /GF /Gy /nologo -DOPENSSL_SYSNAME_WIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32';
- $base_cflags.='
-D_CRT_SECURE_NO_DEPRECATE';
# shut up VC8
+ $base_cflags.='
-D_CRT_SECURE_NO_DEPRECATE';
# shut up VC8
$opt_cflags=' /MD /Ox /O2 /Ob2';
$dbg_cflags=' /MDd /Od -DDEBUG -D_DEBUG';
$lflags="/nologo /subsystem:console /machine:I386 /opt:ref";