From cbce7fc1f4034e0187d5d9d3d038427a1a775efb Mon Sep 17 00:00:00 2001 From: Przemyslaw Czerpak Date: Thu, 31 Dec 2009 12:24:29 +0000 Subject: [PATCH] 2009-12-31 13:24 UTC+0100 Przemyslaw Czerpak (druzus/at/priv.onet.pl) * harbour/src/codepage/Makefile ! added missing cphriso.c --- harbour/ChangeLog | 4 ++++ harbour/src/codepage/Makefile | 1 + 2 files changed, 5 insertions(+) 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 \