Category : Miscellaneous Language Source Code
Archive   : EXEC33A.ZIP
Filename : MAKETC

 
Output of file : MAKETC contained in archive : EXEC33A.ZIP
# sample make file for EXTEST - Borland C++, Tasm, and Borland Make
MODEL=l
AMODEL=large

CC=bcc -c -w-pia -w-par -m$(MODEL) -d -f- -k- -N -K -G -O -H -Z -v -vi -P -o$*
LINK=tlink /m /v c0$(MODEL)
OBJ=exec$(MODEL).obj extest$(MODEL).obj checkpc$(MODEL).obj spawnc$(MODEL).obj
LIB=c$(MODEL)
ASM=tasm /Zi /MX /W /DMODL=$(AMODEL)


extest.exe: $(OBJ)
$(LINK) $(OBJ),extest,extest,$(LIB);

spawnc$(MODEL).obj: spawn.asm
$(ASM) spawn,$*;

checkpc$(MODEL).obj: checkpat.asm
$(ASM) checkpat,$*;

exec$(MODEL).obj: exec.c exec.h checkpat.h
$(CC) exec.c

extest$(MODEL).obj: extest.c exec.h
$(CC) extest.c



  3 Responses to “Category : Miscellaneous Language Source Code
Archive   : EXEC33A.ZIP
Filename : MAKETC

  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/