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:
8a35fb3
)
Stick to -DWCE_PLATFORM_$wceplatf, as that's what is apparently set by
author
Andy Polyakov
<appro@openssl.org>
Tue, 2 Aug 2005 12:21:18 +0000
(12:21 +0000)
committer
Andy Polyakov
<appro@openssl.org>
Tue, 2 Aug 2005 12:21:18 +0000
(12:21 +0000)
Visual Studio IDE.
util/pl/VC-32.pl
patch
|
blob
|
history
diff --git
a/util/pl/VC-32.pl
b/util/pl/VC-32.pl
index 81802afb213e6e2a6f229b31ec436da19cb247ab..3276525c8550d2ae5639cc454d1ec0ccc29a8c36 100644
(file)
--- a/
util/pl/VC-32.pl
+++ b/
util/pl/VC-32.pl
@@
-48,7
+48,7
@@
elsif ($FLAVOR =~ /CE/)
{ $wcelflag .= " /machine:$ENV{'TARGETCPU'}"; }
$wceplatf = $ENV{'PLATFORM'};
$wceplatf =~ tr/a-z0-9 /A-Z0-9_/d;
- $wcecdefs .= " -DWCE_$wceplatf";
+ $wcecdefs .= " -DWCE_
PLATFORM_
$wceplatf";
$cc='$(CC)';
$base_cflags=' /W3 /WX /Gs0 /GF /Gy /nologo -DUNICODE -D_UNICODE -DOPENSSL_SYSNAME_WINCE -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -I$(WCECOMPAT)/include';