#
#  Note:  Append this line to 'stdio.h'
#     #include "io.h"
#

ip.obj : ip.c
	msc /AL ip.c,ip,nul ;

user.obj : user.c
	msc /AL user.c,user,nul ;

rspc.obj : rspc.c windat.h
	msc /AL rspc.c,rspc,nul ;

dlayer.obj : dlayer.c
	msc /AL dlayer.c,dlayer,nul ;

tools.obj : tools.c
	msc /AL tools.c ;

bkgr.obj : bkgr.c
	msc /AL -DMSC bkgr.c ;

util.obj : util.c
	msc /AL util.c ;

pctools.obj : pctools.c
	msc /AL pctools.c ;

tcp.obj : tcp.c
	msc /AL tcp.c ;

pcutil.obj : pcutil.c
	msc /AL pcutil.c ;

protinit.obj : protinit.c
	msc /AL protinit.c ;

look.obj : look.c windat.h
 	msc /AL -DMSC look.c ; 

vsinterf.obj : vsinterf.c
	msc /AL vsinterf.c ;

vsem.obj : vsem.c
	msc /AL vsem.c ;

vsintern.obj : vsintern.c
	msc /AL vsintern.c ;

rg0.obj : rg0.c
	msc rg0,rg0 /AL;

rge.obj : rge.c
	msc rge,rge /AL;

rgh.obj : rgh.c
	msc rgh,rgh /AL;

rg9.obj : rg9.c
	msc rg9,rg9 /AL;

rgp.obj : rgp.c
	msc rgp,rgp /AL;

rgc.obj : rgc.c
	msc rgc,rgc /AL;

rghp.obj : rghp.c
	msc rghp,rghp /AL;

vgtek.obj : vgtek.c
	msc vgtek,vgtek /AL;

tekstor.obj : tekstor.c
	msc tekstor,tekstor /AL;

net.obj : mnet3com.asm
	\masm\masm mnet3com,net ;

ipasm.obj : mipasm.asm
	\masm\masm mipasm,ipasm ;

ncsaio.obj : ncsaio.asm
	\masm\masm ncsaio ;

tcp1m.lib : tcp.obj ip.obj dlayer.obj tools.obj pctools.obj net.obj protinit.obj user.obj ipasm.obj
	lib tcp1m.lib +tcp +ip +net +dlayer +tools +pctools +protinit +user +ipasm;

sessm.lib : util.obj pcutil.obj bkgr.obj 
	lib sessm.lib +util +pcutil +bkgr ;

vs.lib : vsinterf.obj vsem.obj vsintern.obj
	lib vs.lib +vsinterf +vsintern +vsem ;

tek.lib : vgtek.obj tekstor.obj
	lib tek.lib +vgtek +tekstor +rg0 +rge +rgc +rgh +rgp +rghp +rg9 ;

look.exe : look.obj ncsaio.obj tek.lib sessm.lib tcp1m.lib vs.lib
	link /stack:4096 look+ncsaio+RSPC,look,nul,tek+tcp1m+sessm+vs ;

telpass.obj : telpass.c
	msc /AL telpass,telpass,nul ;

telpass.exe : telpass.obj
	link telpass+ncsaio,telpass,nul ;

minitel.obj : minitel.c whatami.h hostform.h
	msc /AL minitel,minitel,nul ;

minitel.exe : minitel.obj
	link minitel+ncsaio,minitel,nul,tcp1m+sessm ;
