From fb0a520897778ebeebe9aaaf116f207a838ebb3f Mon Sep 17 00:00:00 2001 From: Andy Polyakov Date: Tue, 18 Dec 2012 18:07:20 +0000 Subject: [PATCH] util/pl/VC-32.pl fix typo. --- util/pl/VC-32.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/pl/VC-32.pl b/util/pl/VC-32.pl index 69197b0144..0aeabcf5c7 100644 --- a/util/pl/VC-32.pl +++ b/util/pl/VC-32.pl @@ -189,7 +189,7 @@ if ($FLAVOR =~ /CE/) $ex_libs.= ' $(WCECOMPAT)/lib'; if (-f "$ENV{WCECOMPAT}/lib/$ENV{TARGETCPU}/wcecompatex.lib") { - $ex_libs.='/$(TARGETCPU)/whecompatex.lib'; + $ex_libs.='/$(TARGETCPU)/wcecompatex.lib'; } else { -- 2.34.1