Category : C Source Code
Archive   : HIM100.ZIP
Filename : MENUDEMO.MAK

 
Output of file : MENUDEMO.MAK contained in archive : HIM100.ZIP
# ********************* Makefile **************************
#
# Makefile Name: menudemo
#
# Make Program to Use: Microsoft make
#
# Other Makefiles Called: none
#
# Programs Needed:
#
# 1. Microsoft C compiler V5.0 CL.EXE C1.EXE C2.EXE C3.EXE
# 2. Microsoft Macro Assembler V4.0 MASM.EXE
# 3. Microsoft Linker V3.xx LINK.EXE
#
# Target Table of Contents:
#
# menudemo.exe demo of menu functions in HIM library
#
#
# ******* Filled by Polytron Version Control System ********
#
# $Author: jmborde $
#
# $Date: 05 Apr 1988 13:40:40 $
#
# $Revision: 1.0 $
#
# **********************************************************
#
# Compiler code for library identification
#
# ms == Microsoft C
# lc == Lattice C
#
COMP =ms
#
# compiler default switches
#
OPT =/Oat /Gs
#
# other macros
#
# default model is LARGE
#
MODEL = L
CVC =
CVL =
REV =
SRCS =
DOCS =
OBJS =
EXES =
LIBS = him$(COMP)$(MODEL).lib
LIB =
#
# transformation rules
#
.c.obj:
cl /c /A$(MODEL) $(CVC) $(OPT) $*.c

.asm.obj:
masm $*;

#
# targets and dependencies
#
#
menudemo.obj : menudemo.c

menudemo.exe : menudemo.obj
link$(CVL) $*,$*,$*,$(LIBS);


  3 Responses to “Category : C Source Code
Archive   : HIM100.ZIP
Filename : MENUDEMO.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/