-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
dosworld
committed
Sep 28, 2022
1 parent
4facb4a
commit b733f3d
Showing
9 changed files
with
36 additions
and
735 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
Oops, something went wrong.