Category : C Source Code
Archive   : WINKERM.ZIP
Filename : KERMIT.MAK

 
Output of file : KERMIT.MAK contained in archive : WINKERM.ZIP
################################################################################
## ##
## Kermit for Microsoft Windows ##
## ---------------------------- ##
## KERMIT ##
## ##
## Make file for building Kermit for MS Windows. Requires the MS C ##
## Compiler and Windows Development Kit. ##
## ##
################################################################################

# COMMAND LINE DEFAULTS -------------------------------------------------------

cpx=cl -c -AM -Gw -W2 -D DEBUG -Zpi
cp=cl -c -AM -Gw -W2 -Zp
rp=rc -r
lpx=link4 /align:16 /noe /co
lp=link4 /align:16 /noe

# INFERENCE RULES -------------------------------------------------------------

.c.obj:
$(cp) $*.c

.rc.res:
$(rp) $*.rc

# COMPILE RESOURCE FILE -------------------------------------------------------

kermit.res : kermit.rc kermit.h kermit.ico

# COMPILE C SOURCE -----------------------------------------------------------

kermit.obj : $*.c kermit.h kermres.h kermdeb.h

kerminit.obj : $*.c kermit.h kermres.h kermdeb.h

kermdlg.obj : $*.c kermit.h kermres.h kermdeb.h

kermmisc.obj : $*.c kermit.h kermres.h kermdeb.h

kermcomm.obj : $*.c kermit.h kermres.h kermdeb.h

kermterm.obj : $*.c kermit.h kermres.h kermdeb.h

kermdeb.obj : $*.c kermit.h kermres.h kermdeb.h

kermwnd.obj : $*.c kermit.h kermres.h kermdeb.h kermprot.h

kermprot.obj : $*.c kermit.h kermres.h kermdeb.h kermprot.h

kermsys.obj : $*.c kermit.h kermres.h kermdeb.h kermprot.h

# LINK ------------------------------------------------------------------------

kermit.exe : kermit.res kermit.def kermit.lnk \
kermit.obj kerminit.obj kermdlg.obj kermmisc.obj kermcomm.obj \
kermterm.obj kermdeb.obj kermwnd.obj kermprot.obj kermsys.obj
$(lp) @kermit.lnk
rc kermit.res


  3 Responses to “Category : C Source Code
Archive   : WINKERM.ZIP
Filename : KERMIT.MAK

  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/