Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/openssl/openssl.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/util
diff options
context:
space:
mode:
authorRichard Levitte <levitte@openssl.org>2002-11-16 12:42:17 +0300
committerRichard Levitte <levitte@openssl.org>2002-11-16 12:42:17 +0300
commit61b1ad197a5816cec51fa31f0d8eda2ad2ed881e (patch)
treedb694952629bfbcce492e5055cd2a03432c0fad4 /util
parent293bb4b1b86588a8e4c6e89ed27bc3a133938d38 (diff)
We don't want TARGETCPU expanded here.
Diffstat (limited to 'util')
-rw-r--r--util/pl/VC-CE.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl
index b2e328035c..e17896970f 100644
--- a/util/pl/VC-CE.pl
+++ b/util/pl/VC-CE.pl
@@ -13,7 +13,7 @@ $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";
+$lflags='/nologo /subsystem:windowsce,3.00 /machine:$(TARGETCPU) /opt:ref';
$mlflags='';
$out_def="out32";