# | Line 1 | Line 1 | |
---|---|---|
1 | < | # AmigaOS makefile for Basilisk II (GeekGadgets) |
1 | > | # AmigaOS makefile for Basilisk II (GeekGadgets tool chain) |
2 | ||
3 | ## System specific configuration | |
4 | CC = gcc | |
# | Line 9 | Line 9 | DEFS = | |
9 | LDFLAGS = -noixemul | |
10 | LIBS = /gg/lib/libnix/swapstack.o | |
11 | AS = PhxAss | |
12 | < | ASFLAGS = OPT ! INCPATH GG:os-include MACHINE=68020 FPU=1 |
12 | > | ASFLAGS = OPT ! INCPATH GG:os-include FPU=1 |
13 | ||
14 | ## Files | |
15 | SRCS = ../main.cpp main_amiga.cpp ../prefs.cpp ../prefs_items.cpp \ |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |