From: Richard Levitte Date: Sat, 16 Nov 2002 09:42:04 +0000 (+0000) Subject: We don't want TARGETCPU expanded here. X-Git-Tag: OpenSSL-engine-0_9_6h~9^2~35 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=89618e7a0d15e946fe98cede434f3becccd31ec2;p=thirdparty%2Fopenssl.git We don't want TARGETCPU expanded here. --- diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl index b2e328035cb..e17896970f2 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";