diff options
author | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-08-31 17:54:00 +0000 |
---|---|---|
committer | karoly <karoly@3ad0048d-3df7-0310-abae-a5850022a9f2> | 2014-08-31 17:54:00 +0000 |
commit | 7d46103367909716e8251c463b14d3c2ec48e79b (patch) | |
tree | 8dad6499e161c0fc7dff8cceb9789104768ee028 /packages/Makefile.fpc.fpcmake | |
parent | e13404b16026127330c1c0a38e9d176ac0662467 (diff) | |
download | fpc-7d46103367909716e8251c463b14d3c2ec48e79b.tar.gz |
Amiga: rtl-console and fv now builds for classic Amiga. It probably still nukes badly though, due to problems in the age-old AmUnits interface units. To be fixed soon.
git-svn-id: http://svn.freepascal.org/svn/fpc/trunk@28567 3ad0048d-3df7-0310-abae-a5850022a9f2
Diffstat (limited to 'packages/Makefile.fpc.fpcmake')
-rw-r--r-- | packages/Makefile.fpc.fpcmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/Makefile.fpc.fpcmake b/packages/Makefile.fpc.fpcmake index 11e21f75e3..d15637a8c5 100644 --- a/packages/Makefile.fpc.fpcmake +++ b/packages/Makefile.fpc.fpcmake @@ -62,7 +62,7 @@ dirs_netware=rtl-console fv zlib unzip dirs_netwlibc=rtl-console fv zlib unzip dirs_palmos=palmunits dirs_go32v2=rtl-console fv graph unzip gdbint -dirs_amiga=amunits +dirs_amiga=amunits rtl-console fv dirs_morphos=morphunits rtl-console fv opengl sdl dirs_aros=arosunits rtl-console fv dirs_wii=libogcfpc |