Category : Files from Magazines
Archive   : OCT91.ZIP
Filename : 2N10068A

 
Output of file : 2N10068A contained in archive : OCT91.ZIP
## -------------------------------------------------------
## LISTING 3
## File: makefile
##
## This is the make file to build the executable test
## driver for the breakout tool.
##
## Author: David Burki
## -------------------------------------------------------

AMODEL= large ## define the memory ...
CMODEL= l ## model for the project
LANGUAGE= C ## the high level language
TC_LIBDIR= E:\TC\LIB ## and the library directory(s)

testbrk.exe: listing1.obj listing2.obj
tlink $(TC_LIBDIR)\C0$(CMODEL).obj listing2 \
listing1, testbrk.exe, nul, \
$(TC_LIBDIR)\C$(CMODEL)

listing1.obj: listing1.asm
tasm -Dm_model=$(AMODEL) -Dlang=$(LANGUAGE) $*;

listing2.obj: listing2.c
tcc -c -m$(CMODEL) $*.c



  3 Responses to “Category : Files from Magazines
Archive   : OCT91.ZIP
Filename : 2N10068A

  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/