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:
f1bdf1d
)
WinCE should always be compiled as UNICODE, even debugging version...
author
Andy Polyakov
<appro@openssl.org>
Thu, 22 Jul 2004 11:08:31 +0000
(11:08 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Thu, 22 Jul 2004 11:08:31 +0000
(11:08 +0000)
util/pl/VC-CE.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-CE.pl
b/util/pl/VC-CE.pl
index 3267cd4893036f5f52e8d729296f7567d97b3188..547383720a1d2153b78613166a27f0cf570908dd 100644
(file)
--- a/
util/pl/VC-CE.pl
+++ b/
util/pl/VC-CE.pl
@@
-22,7
+22,7
@@
$inc_def="inc32";
if ($debug)
{
- $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -DOPENSSL_SYSNAME_WINCE -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32";
+ $cflags=" /MDd /W3 /WX /Zi /Yd /Od /nologo -D
UNICODE -D_UNICODE -D
OPENSSL_SYSNAME_WINCE -D_DEBUG -DL_ENDIAN -DWIN32_LEAN_AND_MEAN -DDEBUG -DDSO_WIN32";
$lflags.=" /debug";
$mlflags.=' /debug';
}