Skip to content

Commit

Permalink
Refresh build
Browse files Browse the repository at this point in the history
  • Loading branch information
dosworld committed Sep 28, 2022
1 parent 4facb4a commit b733f3d
Show file tree
Hide file tree
Showing 9 changed files with 36 additions and 735 deletions.
284 changes: 0 additions & 284 deletions KBD.PAS

This file was deleted.

10 changes: 5 additions & 5 deletions MAKEFILE
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
all: OMFVIEW.EXE RDFVIEW.EXE

RDFVIEW.EXE: RDFVIEW.PAS KBD.PAS MOUSE.PAS SCR.PAS STRUTIL.PAS SYSTEM2.PAS
TPC -M RDFVIEW.PAS
RDFVIEW.EXE: RDFVIEW.PAS SCR.PAS STRUTIL.PAS
TPC -B RDFVIEW.PAS

OMFVIEW.EXE: OMFVIEW.PAS OBJ.PAS KBD.PAS MOUSE.PAS SCR.PAS STRUTIL.PAS SYSTEM2.PAS
TPC -M OMFVIEW.PAS
OMFVIEW.EXE: OMFVIEW.PAS OBJ.PAS SCR.PAS STRUTIL.PAS
TPC -B OMFVIEW.PAS

clean:
DEL *.tpu

DEL *.bak
Loading

0 comments on commit b733f3d

Please sign in to comment.