Category : Network Files
Archive   : PDCLK145.ZIP
Filename : MAKEFILE
# makefile for PDCLKSET for Turbo Make. MS-Make loses.
#
# Note: You need some asm-files from the Crynwr (former Clarkson) collection
# of packet drivers, available from simtel20.army.mil, oak.oakland.edu,
# wuarchive.wustl.edu, and others, in the packet drivers directory.
ASM = tasm
LINK = tlink
all: progs
progs: pdclkset.com
.asm.obj:
$(ASM) $*;
pdclkset.obj: pdclkset.asm settime.asm ip.asm arp.asm bufs.asm \
pktdr.asm ping.asm tblbuild.asm \
defs.asm chrout.asm skipblk.asm movemem.asm pkterr.asm
#
# (the files on the last line above are from the Crynwr packet driver
# collection)
pdclkset.com: pdclkset.obj
$(LINK) pdclkset,pdclkset/m;
exe2com pdclkset
del pdclkset.exe
clean: nul
del *.obj
del *.com
del *.exe
del *.map
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/