From: Andy Polyakov Date: Tue, 15 Nov 2005 08:07:25 +0000 (+0000) Subject: Keep shutting up VC8. X-Git-Tag: OpenSSL_0_9_8k^2~1696 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=963ba100125deb539965429f9114166150a5183b;p=oweals%2Fopenssl.git Keep shutting up VC8. PR: 1243 --- diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index ea606109e6..0f283d8051 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -27,7 +27,8 @@ if ($FLAVOR =~ /WIN64/) # considered safe to ignore. # $base_cflags=' /W3 /Gs0 /GF /Gy /nologo -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DOPENSSL_SYSNAME_WIN32 -DOPENSSL_SYSNAME_WINNT -DUNICODE -D_UNICODE'; - $base_cflags.=' -D_CRT_SECURE_NO_DEPRECATE'; # shut up VC8 + $base_cflags.=' -D_CRT_SECURE_NO_DEPRECATE'; # shut up VC8 + $base_cflags.=' -D_CRT_NONSTDC_NO_DEPRECATE'; # shut up VC8 $opt_cflags=' /MD /Ox'; $dbg_cflags=' /MDd /Od -DDEBUG -D_DEBUG'; $lflags="/nologo /subsystem:console /opt:ref"; @@ -92,9 +93,10 @@ 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_NONSTDC_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"; + $lflags="/nologo /subsystem:console /opt:ref"; } $mlflags='';