home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Fish 'n' More 2
/
fishmore-publicdomainlibraryvol.ii1991xetec.iso
/
disks
/
disk420.lzh
/
WinMan
/
makefile
< prev
next >
Wrap
Makefile
|
1990-12-20
|
268b
|
21 lines
#
# MakeFile for WinMan1.0
#
cf =
lf = NODEBUG
#
# The real make stuff
#
CFLAGS = -v -cms $(cf)
OBJS = WinMan.o
.c.o:
lc $(CFLAGS) $*
WhatIs: $(OBJS) Arg.o
blink from Arg.o+$(OBJS) to WinMan lib lib:lc.lib $(lf)
Arg.o: Arg.asm
asm -iINCLUDEASM: -oArg.o Arg.asm