From 629b58b7fbec9baee3de28605a7fbd0ab5555920 Mon Sep 17 00:00:00 2001 From: Richard Levitte Date: Sun, 17 Nov 2002 19:48:19 +0000 Subject: Make it possible to build for more than one CPU. Clarify what the CE tests do. --- util/pl/VC-CE.pl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'util/pl/VC-CE.pl') diff --git a/util/pl/VC-CE.pl b/util/pl/VC-CE.pl index e17896970f..907495efe4 100644 --- a/util/pl/VC-CE.pl +++ b/util/pl/VC-CE.pl @@ -16,8 +16,8 @@ $cflags=' /W3 /WX /Ox /O2 /Ob2 /Gs0 /GF /Gy /nologo -D$(TARGETCPU) -D_$(TARGETCP $lflags='/nologo /subsystem:windowsce,3.00 /machine:$(TARGETCPU) /opt:ref'; $mlflags=''; -$out_def="out32"; -$tmp_def="tmp32"; +$out_def='out32_$(TARGETCPU)'; +$tmp_def='tmp32_$(TARGETCPU)'; $inc_def="inc32"; if ($debug) @@ -63,8 +63,8 @@ if ($shlib) $mlflags.=" $lflags /dll"; # $cflags =~ s| /MD| /MT|; $lib_cflag=" -D_WINDLL -D_DLL"; - $out_def="out32dll"; - $tmp_def="tmp32dll"; + $out_def='out32dll_$(TARGETCPU)'; + $tmp_def='tmp32dll_$(TARGETCPU)'; } $cflags.=" /Fd$out_def"; -- cgit v1.2.3