Missing space in VC-32.pl.
This commit is contained in:
parent
6d9c46b811
commit
6708df7bf0
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ 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
|
||||
$opt_cflags=' /MD /Ox';
|
||||
$dbg_cflags=' /MDd /Od -DDEBUG -D_DEBUG';
|
||||
$lflags="/nologo /subsystem:console /opt:ref";
|
||||
|
|
Loading…
Reference in a new issue