Add C objects linked with $L directive in %FILES to fix dosbox go32v2 tests

git-svn-id: trunk@39129 -
This commit is contained in:
pierre 2018-05-28 08:11:42 +00:00
parent 2a598c851f
commit 48f06bef12
7 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,4 @@
{ %FILES=ctest.o }
{****************************************************************}
{ CODE GENERATOR TEST PROGRAM }
{****************************************************************}

View File

@ -1,3 +1,4 @@
{ %FILES=tcext3.o }
{ Tests passing of different records by value to C methods.
One type of these records has one field which is a simple array of bytes,
the other consists of a few fields of atomic size.

View File

@ -1,3 +1,4 @@
{ %FILES=tcext4.o }
{ Tests passing of byte arrays by value of different sizes to C methods }
program passvaluestest;
{$MODE DELPHI}

View File

@ -1,3 +1,4 @@
{ %FILES=tcext5.o }
{ Tests passing of different records by value to C methods.
One type of these records has one field which is a simple array of bytes,
the other consists of a few fields of atomic size.

View File

@ -1,3 +1,4 @@
{ %FILES=tcext6.o }
{ Tests passing of different records by value to C methods.
One type of these records has one field which is a simple array of bytes,
the other consists of a few fields of atomic size.

View File

@ -1,3 +1,4 @@
{ %FILES=cpptcl1.o }
{%TARGET=linux,darwin,go32v2}
{ Test the C++ name mangling for different parameter combinations }
program tcppclass1;

View File

@ -1,3 +1,4 @@
{ %FILES=cpptcl2.o }
{ Test the C++ class renaming }
program tcppcl2;