summaryrefslogtreecommitdiffstats
path: root/util/pl
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-12-03 14:20:44 +0000
committerRichard Levitte <levitte@openssl.org>2002-12-03 14:20:44 +0000
commit7a1f92fdc39c5840cb8f491fa59a6ae5b9b5f610 (patch)
tree43e87cd1c6d73fdc59d70f3b2e4a75fc7cb2f5f2 /util/pl
parente7a285694ee5213c26d5d1216fa04724a82f3da5 (diff)
Windows CE updates, contributed by Steven Reddie <smr@essemer.com.au>
Diffstat (limited to 'util/pl')
-rw-r--r--util/pl/VC-CE.pl7
1 files changed, 3 insertions, 4 deletions
diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl
index 907495efe4..1805ef9d97 100644
--- a/util/pl/VC-CE.pl
+++ b/util/pl/VC-CE.pl
@@ -12,8 +12,8 @@ $rm='del';
# C compiler stuff
$cc='$(CC)';
-$cflags=' /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -D$(TARGETCPU) -D_$(TARGETCPU)_ -DUNDER_CE=300 -D_WIN32_CE=300 -DWIN32_PLATFORM_PSPC -DUNICODE -D_UNICODE -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -I$(WCECOMPAT)/include';
-$lflags='/nologo /subsystem:windowsce,3.00 /machine:$(TARGETCPU) /opt:ref';
+$cflags=' /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo $(WCETARGETDEFS) -DUNICODE -D_UNICODE -DWIN32 -DWIN32_LEAN_AND_MEAN -DL_ENDIAN -DDSO_WIN32 -DNO_CHMOD -I$(WCECOMPAT)/include';
+$lflags='/nologo /subsystem:windowsce,$(WCELDVERSION) /machine:$(WCELDMACHINE) /opt:ref';
$mlflags='';
$out_def='out32_$(TARGETCPU)';
@@ -36,8 +36,7 @@ $efile="/out:";
$exep='.exe';
if ($no_sock)
{ $ex_libs=""; }
-else { $ex_libs='winsock.lib $(WCECOMPAT)/lib/wcecompatex.lib'; }
-#else { $ex_libs='winsock.lib coredll.lib $(WCECOMPAT)/lib/wcecompatex.lib'; }
+else { $ex_libs='winsock.lib $(WCECOMPAT)/lib/wcecompatex.lib $(WCELDFLAGS)'; }
# static library stuff
$mklib='lib';