Category : Miscellaneous Language Source Code
Archive   : FLIB120.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : FLIB120.ZIP
FOSLOBJ = fos_api.obj fos_blk.obj fos_buf.obj fos_chio.obj fos_ctl.obj \
fos_kbd.obj fos_spc.obj fos_time.obj fos_vid.obj

# Compiler defaults

#AS = MASM
#AR = LIB # Adjusts response file to TLIB format
#LD = LINK
#LFLAGS =

# Other macros (NDMAKE 4.50)

LIBRARY = fossil.lib
SRC = $(CWD)
OBJ = .
VPATH = $(CWD);${LIB}
AFLAGS = /W2
#AFLAGS = /W2 /DLANG_C
#AFLAGS = /W2 /DLANG_PAS #Uncomment whichever is approriate
TERM = term.exe
#LB =
#ZI =

.asm.obj:
$(AS) $(AFLAGS) $<;

$(LIBRARY): $(FOSLOBJ)
${AR} $(LIBRARY) -+ $? ;

$(TERM): term.obj $(LIBRARY) ${LB}
${LD} ${LFLAGS} $S term.obj,$@,,${LB} $(LIBRARY);

term1.exe: term1.obj $(LIBRARY) ${LB}
${LD} ${LFLAGS} $S term1.obj,$@,,${LB} $(LIBRARY);

info.exe: info.obj $(LIBRARY) ${LB}
${LD} ${LFLAGS} $S info.obj,$@,,${LB} $(LIBRARY);




  3 Responses to “Category : Miscellaneous Language Source Code
Archive   : FLIB120.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/