Category : File Managers
Archive   : CASP421.ZIP
Filename : CSAP.MAK
.SWAP
COMP_DIR= E:\BC
!if !$d(MDL)
MDL=c
!endif
!if $d(DEBUG)
CSWIT= -O2 -w -m$(MDL) -v -lv
LSWIT= /v/c
!else
CSWIT= -O2 -w -m$(MDL)
LSWIT= /x/c
!endif
DEFS=
# *Translator Definitions*
CC = $(COMP_DIR)\bin\bcc +csap.CFG
TASM = $(COMP_DIR)\bin\TASM
TLINK = $(COMP_DIR)\bin\tlink
# *Implicit Rules*
.c.obj:
$(CC) $(CSWIT) -c $(DEFS) {$< }
# *List Macros*
EXE_dependencies = \
csap.obj \
sortdir.obj \
isdev.obj \
getdpb.obj
# *Explicit Rules*
csap.exe: csap.cfg $(EXE_dependencies)
$(TLINK) $(LSWIT) /L$(COMP_DIR)\LIB @&&|
$(COMP_DIR)\lib\c0$(MDL).obj+
csap.obj+
sortdir.obj+
isdev.obj+
getdpb.obj
csap, csap
$(COMP_DIR)\lib\emu.lib+
$(COMP_DIR)\lib\math$(MDL).lib+
$(COMP_DIR)\lib\c$(MDL).lib
|
# *Individual File Dependencies*
csap.obj: csap.c
sortdir.obj: sortdir.c
isdev.obj: isdev.c
getdpb.obj: getdpb.c
# *Compiler Configuration File*
csap.cfg: csap.mak
copy &&|
-I$(COMP_DIR)\INCLUDE
-L$(COMP_CIR)\LIB
| csap.cfg
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/