Category : C Source Code
Archive   : CPPCOMBO.ZIP
Filename : MAKEFILE
Output of file : MAKEFILE contained in archive : CPPCOMBO.ZIP
.SWAP
# Zortech compile
#.cpp.obj :
# ZTC $* -ml -a -b -c -DMetaVer3=1 -DMSDOS -DZORTECH -I\MENUET -I\META -g
# Turbo C compile
.cpp.obj :
TCC -j10 -ml -c -DBORLAND -DMSDOS -I\BMETA -I\MENUET\MN20 -v $*.cpp
# Current project
com : com.exe
#
# COMmunications compiler
#
com.exe : com.obj comgram.obj comlex.obj alloca.obj allocate.obj
tlink /c /v /x \TC\LIB\C0L+com+comgram+comlex+alloca+allocate,com,,\TC\LIB\CL.LIB
# blink /CO com+comgram+comlex+alloca+allocate,com,NUL.MAP;
comgram.cpp : com.y
bison -d -l -ocomgram.c com.y
if exist comgram.cpp erase comgram.cpp
rename comgram.c comgram.cpp
comlex.cpp : com.l
flex -iI com.l
if exist comlex.cpp erase comlex.cpp
rename lexyy.c comlex.cpp
Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!
This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.
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/