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 \