Skip to content

Commit 26a482b

Browse files
author
dosworld
committed
Refresh
1 parent 0885cc7 commit 26a482b

2 files changed

Lines changed: 12 additions & 2 deletions

File tree

MAKEFILE

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
all : DOS DPMI
22

3-
DOS: SYSTEM2.TPU WINCB.TPU STRBIN.TPU ARGS.TPU
4-
DPMI: SYSTEM2.TPP WINCB.TPP STRBIN.TPP ARGS.TPP
3+
DOS: SYSTEM2.TPU WINCB.TPU STRBIN.TPU ARGS.TPU DBU.TPU
4+
DPMI: SYSTEM2.TPP WINCB.TPP STRBIN.TPP ARGS.TPP DBU.TPP
55

66
SYSTEM2.TPU: SYSTEM2.PAS SYSEMS.PAS SYSXMS.PAS SYSMEM.PAS
77
tpc /m SYSTEM2.PAS
@@ -18,6 +18,12 @@ ARGS.TPU: ARGS.PAS
1818
ARGS.TPP: ARGS.PAS
1919
bpc /m /cp ARGS.PAS
2020

21+
DBU.TPP: DBU.PAS SYSTEM2.TPP
22+
bpc /m /cp DBU.PAS
23+
24+
DBU.TPU: DBU.PAS SYSTEM2.TPU
25+
tpc /m DBU.PAS
26+
2127
STRBIN.TPU: STRBIN.PAS
2228
tpc /m STRBIN.PAS
2329
STRBIN.TPP: STRBIN.PAS

README.MD

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,10 @@
2323

2424
Convert Byte/Integers/Longint to/from string in various format.
2525

26+
# Args
27+
28+
Command line parser in modern style.
29+
2630
# License
2731

2832
MIT License, See LICENSE file.

0 commit comments

Comments
 (0)