Skip to content

Commit

Permalink
Magnetic 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Dec 17, 2000
0 parents commit 9f6b6f6
Show file tree
Hide file tree
Showing 147 changed files with 47,732 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Amiga/dmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
SRC = emu.c mainami.c main.c xtract64.c xtractpc.c xtractmw.c \
gfxlink.c gfxlink2.c
OBJ = $(SRC:"*.c":"*.o")

all: Magnetic MagStdIO Xtract64 XtractPC XtractMW GfxLink GfxLink2

Magnetic : emu.o mainami.o
dcc %(right) -o %(left)

MagStdIO : emu.o main.o
dcc %(right) -o %(left)

Xtract64 : xtract64.o
dcc %(right) -o %(left)

XtractPC : xtractpc.o
dcc %(right) -o %(left)

XtractMW : xtractmw.o
dcc %(right) -o %(left)

GfxLink : gfxlink.o
dcc %(right) -o %(left)

GfxLink2 : gfxlink2.o
dcc %(right) -o %(left)

$(OBJ) : $(SRC)
dcc -DNO_ANIMATION -c %(right) -o %(left)
Loading

0 comments on commit 9f6b6f6

Please sign in to comment.