mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 10:59:24 +02:00
* fixing include path
This commit is contained in:
parent
d9b55c9213
commit
08a92a26b4
18
tests/sparc/test0000.pas
Normal file
18
tests/sparc/test0000.pas
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{ $Id$ }
|
||||||
|
{$UNITPATH ../../rtl/linux}
|
||||||
|
{$INCLUDEPATH ../../rtl/unix;../../rtl/linux;../../rtl/sparc;../../rtl/inc;../../rtl/linux/sparc}
|
||||||
|
PROGRAM SparcTest;
|
||||||
|
BEGIN
|
||||||
|
END.
|
||||||
|
{
|
||||||
|
$Log$
|
||||||
|
Revision 1.2 2002-08-18 21:53:17 mazen
|
||||||
|
* fixing include path
|
||||||
|
|
||||||
|
Revision 1.1 2003/02/05 21:54:37 mazen
|
||||||
|
* changing names of test files to allow traçability and automated NRT
|
||||||
|
|
||||||
|
Revision 1.5 2002/12/06 08:35:50 mazen
|
||||||
|
+ added just to test RTL compilation
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user