diff --git a/ChangeLog.txt b/ChangeLog.txt index 335f7d8062..8a62fa42ab 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -10,6 +10,11 @@ * Change, ! Fix, % Optimization, + Addition, - Removal, ; Comment */ +2013-04-26 12:07 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) + * contrib/xhb/xhb.hbc + * contrib/xhb/xhb.hbp + ! protect hbwin.hbc with {allwin} macro + 2013-04-25 19:40 UTC+0200 Przemyslaw Czerpak (druzus/at/poczta.onet.pl) * contrib/hbct/ctwin.c ! use standard key codes in extended ALERT() GTCTW method diff --git a/contrib/xhb/xhb.hbc b/contrib/xhb/xhb.hbc index 29a3f044dd..99c462a67e 100644 --- a/contrib/xhb/xhb.hbc +++ b/contrib/xhb/xhb.hbc @@ -9,6 +9,6 @@ libs=${_HB_DYNPREF}${hb_name}${_HB_DYNSUFF} # They are not needed to use xhb lib itself. libs=hbct.hbc libs=hbtip.hbc -libs=hbwin.hbc libs=hbfship.hbc libs=hbxpp.hbc +libs=hbwin.hbc{allwin} diff --git a/contrib/xhb/xhb.hbp b/contrib/xhb/xhb.hbp index f7949ddfdd..7db5342b11 100644 --- a/contrib/xhb/xhb.hbp +++ b/contrib/xhb/xhb.hbp @@ -17,9 +17,9 @@ hbct.hbc hbtip.hbc -hbwin.hbc hbfship.hbc hbxpp.hbc +hbwin.hbc{allwin} ${hb_name}.hbx