From b356b18675b9b439956555bb3f1b41648ba50ef5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?K=C3=A1roly=20Balogh?= Date: Sun, 4 Dec 2016 18:37:47 +0000 Subject: [PATCH] amiga: forgot to commit the actual buildrtl.pp in the previous commit git-svn-id: trunk@35069 - --- .gitattributes | 1 + rtl/amiga/buildrtl.pp | 16 ++++++++++++++++ 2 files changed, 17 insertions(+) create mode 100644 rtl/amiga/buildrtl.pp diff --git a/.gitattributes b/.gitattributes index a28247500c..aba95225a7 100644 --- a/.gitattributes +++ b/.gitattributes @@ -8321,6 +8321,7 @@ rtl/amicommon/sysutils.pp svneol=native#text/plain rtl/amicommon/tthread.inc svneol=native#text/plain rtl/amiga/Makefile svneol=native#text/plain rtl/amiga/Makefile.fpc svneol=native#text/plain +rtl/amiga/buildrtl.pp svneol=native#text/plain rtl/amiga/doslibd.inc svneol=native#text/plain rtl/amiga/m68k/doslibf.inc svneol=native#text/plain rtl/amiga/m68k/execd.inc svneol=native#text/plain diff --git a/rtl/amiga/buildrtl.pp b/rtl/amiga/buildrtl.pp new file mode 100644 index 0000000000..dc753f6d46 --- /dev/null +++ b/rtl/amiga/buildrtl.pp @@ -0,0 +1,16 @@ +unit buildrtl; + + interface + + uses + si_prc, + athreads, dos, sysutils, + + ctypes, strings, + rtlconsts, sysconst, math, types, + typinfo, fgl, classes, + charset, character, getopts; + + implementation + +end.