human68k: fpcmake support fixes, files regenerated

This commit is contained in:
Karoly Balogh 2023-11-21 11:49:56 +01:00 committed by Charlie Balogh
parent c4c3c2a7aa
commit 5508272cd5
3 changed files with 361 additions and 359 deletions

File diff suppressed because it is too large Load Diff

View File

@ -204,7 +204,7 @@ begin
begin
P:=AddPackage('utils-fpcm');
P.ShortName:='fpcm';
P.OSes:=AllOSes-[embedded,msdos,nativent,win16,macosclassic,atari,palmos,human68k,zxspectrum,msxdos,amstradcpc,sinclairql];
P.OSes:=AllOSes-[embedded,msdos,nativent,win16,macosclassic,atari,palmos,zxspectrum,msxdos,amstradcpc,sinclairql,human68k];
if Defaults.CPU=jvm then
P.OSes := P.OSes - [java,android];

View File

@ -1 +1 @@
'2023-09-25 hash 1d4d71b5a0'
'2023-11-21 hash cb1c31fd34'