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

 
Output of file : HELPDEMO.MAK contained in archive : HIM100.ZIP
# ********************* Makefile **************************
#
# Makefile Name: helpdemo.mak
#
# Make Program to Use: Microsoft Make Utility
#
# 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:
#
# helpdemo.exe help manager demo program
#
#
# ******* Filled by Polytron Version Control System ********
#
# $Author$
#
# $Date$
#
# $Revision$
#
# **********************************************************
#
# 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 = helpdemo.obj
EXES =
LIBS = him$(COMP)$(MODEL).lib
LIB =

LIBSUBDIR = .

#
# transformation rules
#
.c.obj:
cl /c /A$(MODEL) $(CVC) $(OPT) $*.c

.asm.obj:
masm $*;

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

# .exe creation
#
helpdemo.exe : helpdemo.obj
link$(CVL) helpdemo, helpdemo, helpdemo, $(LIBS);






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