Category : C Source Code
Archive   : TEL2307S.ZIP
Filename : PASSMAKE.MSC

 
Output of file : PASSMAKE.MSC contained in archive : TEL2307S.ZIP
#
# Microsoft 6.0 makefile for NCSA Telpass
#

I = ..\include
CC = CL /c /AL /DMSC /I$(I) /Od /W3 # for making more portable versions
#CC = CL /c /EM /AL /DMSC /I$(I) /G2 /Ox /W3 # for making versions which only need to run on 80286s
MM = masm /W2 /P /DMicrosoft /I..\..\include # for assembly code files
LINKER = link # Microsoft's linker
LINKLINE= telpass+ncsaio;
#LINK = /ST:4096 /CO /DOSSEG # for debugging
#LINK = /ST:4096 /DOSSEG # for debugging
LINK = /ST:4096 /E /F /DOSSEG # for final versions

telpass\telpass.obj : telpass\telpass.c
cd telpass
$(CC) telpass.c
copy telpass.obj ..\lib
cd ..

engine\ncsaio.obj : engine\ncsaio.asm
cd engine
$(MM) ncsaio.asm ;
copy ncsaio.obj ..\lib
cd ..

#Use the folowing lines for Microsoft Linker
telpass.exe : lib\telpass.obj lib\ncsaio.obj
cd lib
$(LINKER) $(LINK) $(LINKLINE)
copy telpass.exe ..
del telpass.exe
cd ..


  3 Responses to “Category : C Source Code
Archive   : TEL2307S.ZIP
Filename : PASSMAKE.MSC

  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/