Skip to content

Commit

Permalink
Level9 3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
David Kinder committed Aug 7, 2002
0 parents commit 1a8bcf4
Show file tree
Hide file tree
Showing 111 changed files with 22,518 additions and 0 deletions.
1,076 changes: 1,076 additions & 0 deletions Amiga/amiga.c

Large diffs are not rendered by default.

13 changes: 13 additions & 0 deletions Amiga/dmakefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
SRCS = level9.c amiga.c generic.c
OBJS = $(SRCS:"*.c":"*.o")

all : Level9 Level9StdIO

Level9 : level9.o amiga.o
dcc %(right) -o %(left)

Level9StdIO : level9.o generic.o
dcc %(right) -o %(left)

$(OBJS) : $(SRCS)
dcc -DNO_SCAN_GRAPHICS -c %(right) -o %(left)
340 changes: 340 additions & 0 deletions COPYING

Large diffs are not rendered by default.

Loading

0 comments on commit 1a8bcf4

Please sign in to comment.