From 5723e35c02ed15d0e558b93166689e8d11dd0a27 Mon Sep 17 00:00:00 2001 From: "David G. Holm" Date: Tue, 7 Mar 2000 01:11:25 +0000 Subject: [PATCH] See ChangeLog entry 2000-03-06 20:05 GMT-5 David G. Holm --- harbour/ChangeLog | 7 +++++++ harbour/tests/regress/Makefile | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/harbour/ChangeLog b/harbour/ChangeLog index ffa316a3c0..0aba50b030 100644 --- a/harbour/ChangeLog +++ b/harbour/ChangeLog @@ -1,3 +1,10 @@ +2000-03-06 20:05 GMT-5 David G. Holm + * tests/regress/Makefile + ! Several of the supported platforms begin program execution with + the first object module listed when the executable is created, + which means that it is necessary to list the rt_main object + module first in the Makefile. + 20000306-22:12 GMT+1 Victor Szakats - tests/ee.lbl - tests/ee.frm diff --git a/harbour/tests/regress/Makefile b/harbour/tests/regress/Makefile index da9bf62a9a..209474a4f0 100644 --- a/harbour/tests/regress/Makefile +++ b/harbour/tests/regress/Makefile @@ -9,11 +9,11 @@ endif ROOT = ../../ PRG_SOURCES=\ + rt_main.prg \ rt_array.prg \ rt_date.prg \ rt_file.prg \ rt_hvm.prg \ - rt_main.prg \ rt_math.prg \ rt_misc.prg \ rt_str.prg \