# | Line 33 | Line 33 | TYPE= APP | |
---|---|---|
33 | MACHINE=$(shell uname -m) | |
34 | ifeq ($(MACHINE), BePC) | |
35 | CPUSRCS = ../uae_cpu/basilisk_glue.cpp ../uae_cpu/memory.cpp ../uae_cpu/newcpu.cpp \ | |
36 | < | ../uae_cpu/readcpu.cpp ../uae_cpu/fpu_x86.cpp cpustbl.cpp cpudefs.cpp cpufast.s |
36 | > | ../uae_cpu/readcpu.cpp ../uae_cpu/fpu/fpu_x86.cpp cpustbl.cpp cpudefs.cpp cpufast.s |
37 | else | |
38 | # CPUSRCS = ../powerrom_cpu/powerrom_cpu.cpp | |
39 | CPUSRCS = ../uae_cpu/basilisk_glue.cpp ../uae_cpu/newcpu.cpp \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |