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:
690233b
)
Remove -DWINDOWS in debug configuration.
author
Bodo Möller
<bodo@openssl.org>
Thu, 12 Aug 1999 10:03:05 +0000
(10:03 +0000)
committer
Bodo Möller
<bodo@openssl.org>
Thu, 12 Aug 1999 10:03:05 +0000
(10:03 +0000)
Submitted by: Erik Johannisson <erik@johannisson.se>
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 6db1c9fe23742480b3b90cf4d43a33239da88af5..046f0e253c3971a373fda65357a74cd7c4e3388a 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-22,7
+22,7
@@
$inc_def="inc32";
if ($debug)
{
- $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWIN
DOWS -DWIN
32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG";
+ $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DWIN32 -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG";
$lflags.=" /debug";
$mlflags.=' /debug';
}