Category : C Source Code
Archive   : CPPCOMBO.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : CPPCOMBO.ZIP
# Swap make out so we have more room to compile
.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


  3 Responses to “Category : C Source Code
Archive   : CPPCOMBO.ZIP
Filename : MAKEFILE

  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/