Category : Files from Magazines
Archive   : MAY91.ZIP
Filename : 2N05036A

 
Output of file : 2N05036A contained in archive : MAY91.ZIP
#
# File: Makefile for Net_CD.SYS
# Purpose: Constructs the driver from
# component objects
#

#
# Object file options
#
aopts = /ml
copts = -AS -c -Zp -Ox -Gs -Zl

#
# Object file builders
#
cc = cl $(copts) $*.c
asm = masm $(aopts) $*,,$*;

#
# Object building rules
#
.c.obj:
$(cc)

.asm.obj:
$(asm)

#
# Dependencies
#
incfile = device.h netbios.h standard.h

net_cd.obj: net_cd.asm $(incfile)

init.obj: init.c $(incfile)

command.obj: command.c $(incfile)

ioctl.obj: ioctl.c $(incfile)

cdrom.obj: cdrom.c $(incfile)

netbios.obj: netbios.c $(incfile)

#
# Link Device Driver
#
net_cd.sys: net_cd.obj command.obj ioctl.obj \
cdrom.obj netbios.obj init.obj
link /noi /nod /m $**;
exe2bin net_cd.exe net_cd.sys

#
# Server objects
#

sutil.obj: sutil.asm $(incfile)

server.obj: server.c $(incfile)

server.exe: server.obj netbios.obj sutil.obj
link /Co /noi /m $**,,,SLIBCE;


  3 Responses to “Category : Files from Magazines
Archive   : MAY91.ZIP
Filename : 2N05036A

  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/