Category : BBS Programs+Doors
Archive   : MXMS_160.ZIP
Filename : MAKEFILE

 
Output of file : MAKEFILE contained in archive : MXMS_160.ZIP
# Maxmail makefile, for use with Nmake only!

# To produce a `.cbj' file from a `.c' file using MS-C.
.c.cbj:; cl /W4 /A$(MODEL) /Zp1 /Fo$*.cbj /c $(CFLAGS) $<

# common macros used
MODEL = M
AFLAGS =

LFLAGS = /STACK:4096 /M $(LOPTS)
CFLAGS = $(COPTS) /O

MAPFIL = NUL
MAKE_TMP= $(TEMP)

OBJS1 = maxmail.cbj msghelp.cbj qwkspt.cbj
OBJS2 = init.cbj file.cbj config.cbj
OBJS3 = misc.cbj maxlib.cbj fossil.cbj

OBJS = $(OBJS1) $(OBJS2) $(OBJS3)

INC1 = maxmail.h globals.h
INC2 = protos.h
INCS = $(INC1) $(INC2)

maxmail.exe : $(OBJS) makefile
link @<<
swap$(MODEL) $(OBJS1)+
$(OBJS2)+
$(OBJS3)
maxmail
$(MAPFIL)
$(LFLAGS);
<<

$(OBJS) : $(INCS)




  3 Responses to “Category : BBS Programs+Doors
Archive   : MXMS_160.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/