diff --git a/harbour/ChangeLog b/harbour/ChangeLog index d2f7a8a020..98748bd2cf 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -17,6 +17,10 @@ past entries belonging to author(s): Viktor Szakats. */ +2009-12-31 13:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) + * harbour/src/codepage/Makefile + ! added missing cphriso.c + 2009-12-31 13:59 UTC+0200 Mindaugas Kavaliauskas (dbtopas/at/dbtopas.lt) * harbour/contrib/rddads/ads1.c ! fixed softseek seeklast behavior in case seek positions at EOF diff --git a/harbour/src/codepage/Makefile b/harbour/src/codepage/Makefile index ee7a9f5e19..11fac51d60 100644 --- a/harbour/src/codepage/Makefile +++ b/harbour/src/codepage/Makefile @@ -35,6 +35,7 @@ C_SOURCES := \ cpfrwin.c \ cphr646.c \ cphr852.c \ + cphriso.c \ cphrwin.c \ cphu852.c \ cphu852c.c \