Category : C++ Source Code
Archive   : EVENT1.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : EVENT1.ZIP
.AUTODEPEND

# *Translator Definitions*
CC = bcc +INEVENT.CFG
TASM = TASM
TLIB = tlib
TLINK = tlink
LIBPATH = \BC\LIB
INCLUDEPATH = \BC\INCLUDE


# *Implicit Rules*
.c.obj:
$(CC) -c {$< }

.cpp.obj:
$(CC) -c {$< }

# *List Macros*


EXE_dependencies = \
inevent.obj

# *Explicit Rules*
inevent.exe: inevent.cfg $(EXE_dependencies)
$(TLINK) /v/x/c/P-/L$(LIBPATH) @&&|
c0l.obj+
inevent.obj
inevent
# no map file
graphics.lib+
emu.lib+
mathl.lib+
cl.lib
|


# *Individual File Dependencies*
inevent.obj: inevent.cfg inevent.cpp

# *Compiler Configuration File*
inevent.cfg: inevent.mak
copy &&|
-ml
-v
-vi-
-weas
-wpre
-I$(INCLUDEPATH)
-L$(LIBPATH)
-P-.C
| inevent.cfg




  3 Responses to “Category : C++ Source Code
Archive   : EVENT1.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/