home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
04stdlib
/
notes.mk
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-08-11
|
247 b
|
16 lines
# makefile for the NOTES program
LLIB=c:\lib\local
notes1.obj: notes1.c
msc $*;
notes1.exe: notes1.obj
link $*, $*, nul, $(LLIB)\sutil;
notes2.obj: notes2.c
msc $*;
notes2.exe: notes2.obj
link $*, $*, nul, $(LLIB)\sutil;