Category : Files from Magazines
Archive   : SNOOP.ZIP
Filename : SNOOP.MAK
Output of file : SNOOP.MAK contained in archive : SNOOP.ZIP
###################################################################################################
##
## Title: SNOOP.MAK
## Copyright (c) October 1992, Ryu Consulting
##
## This is a MAKE file to be used to generate the file SNOOP.EXE which is used for
## the print server
##
## Author: Rahner James
##
###################################################################################################
###################################################################################################
##
## Implicit constructs
##
.c.obj :
wcc /Ox /2 $*.c
.asm.obj :
ml /DCPU286 /c $*.asm
##
## C files
##
snoop.obj : snoop.c snoop.h
##
## Assembly files
##
memory.obj : memory.asm ne2000.inc
misc_asm.obj : misc_asm.asm ne2000.inc
ne2000.obj : ne2000.asm ne2000.inc
process.obj : process.asm ne2000.inc
##
## Linkages
##
snoop.exe : snoop.obj ne2000.obj memory.obj process.obj misc_asm.obj
wlink @snoop.lnk
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/