From 9ec669a59dcd3c7fbe6a611390e85ffafb2b5c89 Mon Sep 17 00:00:00 2001 From: Viktor Szakats Date: Tue, 19 Apr 2011 11:55:03 +0000 Subject: [PATCH] 2011-04-19 13:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) * ChangeLog * Corrected some old text. * config/wce/mingw.mk * Fixed to include mingwarm. Note however that x86 wce targets are extremely rare, so it's unlikely that you need this. --- harbour/ChangeLog | 13 +++++++++++-- harbour/config/wce/mingw.mk | 2 +- 2 files changed, 12 insertions(+), 3 deletions(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index f2b7f88cbb..d610f1c1d9 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -16,6 +16,15 @@ The license applies to all entries newer than 2009-04-28. */ +2011-04-19 13:54 UTC+0200 Viktor Szakats (harbour.01 syenar.hu) + * ChangeLog + * Corrected some old text. + + * config/wce/mingw.mk + * Fixed to include mingwarm. + Note however that x86 wce targets are extremely rare, so + it's unlikely that you need this. + 2011-04-18 18:29 UTC-0800 Pritpal Bedi (bedipritpal@hotmail.com) * contrib/hbide/ideskeletons.prg ! Fixed: a recent regression ( :setStyleSheet() on oXbp ). @@ -73218,11 +73227,11 @@ + Added support for combined target names. This means that from now in all supported platform/compiler inputs can be formed like / in one string. - So f.e. '-plat=wce/mingw' is the same as '-plat=wce -comp=mingw'. + So f.e. '-plat=wce/mingwarm' is the same as '-plat=wce -comp=mingwarm'. This feature only kicks in if the string contains '/' and in this case the first item always indicates the platform, the second always the compiler, regardless of which switch name is - used (-plat or -comp). So -comp=wce/mingw is the same as -plat=wce/mingw. + used (-plat or -comp). So -comp=wce/mingwarm is the same as -plat=wce/mingwarm. Experimental yet. ! Wrong bugfix reverted in prev commit. (for watcom/win) diff --git a/harbour/config/wce/mingw.mk b/harbour/config/wce/mingw.mk index d56ecf2b85..42159f89d0 100644 --- a/harbour/config/wce/mingw.mk +++ b/harbour/config/wce/mingw.mk @@ -2,4 +2,4 @@ # $Id$ # -include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk +include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingwarm.mk