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.
This commit is contained in:
Viktor Szakats
2011-04-19 11:55:03 +00:00
parent 60c7145597
commit 9ec669a59d
2 changed files with 12 additions and 3 deletions

View File

@@ -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 <plat>/<comp> 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)

View File

@@ -2,4 +2,4 @@
# $Id$
#
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingw.mk
include $(TOP)$(ROOT)config/$(HB_PLATFORM)/mingwarm.mk