Category : Network Files
Archive   : PDCLK145.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : PDCLK145.ZIP
#
# 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


  3 Responses to “Category : Network Files
Archive   : PDCLK145.ZIP
Filename : MAKEFILE

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. 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/