See ChangeLog entry 2000-03-06 20:05 GMT-5 David G. Holm <dholm@ sd-llc.com>

This commit is contained in:
David G. Holm
2000-03-07 01:11:25 +00:00
parent 81bd7d283d
commit 5723e35c02
2 changed files with 8 additions and 1 deletions

View File

@@ -1,3 +1,10 @@
2000-03-06 20:05 GMT-5 David G. Holm <dholm@ sd-llc.com>
* 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 <info@szelvesz.hu>
- tests/ee.lbl
- tests/ee.frm

View File

@@ -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 \