home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
07config
/
prtstr.mk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-08-11
|
206 b
|
11 lines
# makefile for the PRTSTR program
LINC=c:\include\local
LLIB=c:\lib\local
prtstr.obj: prtstr.c $(LINC)\std.h
msc $*;
prtstr.exe: prtstr.obj $(LLIB)\sutil.lib
link $*, $*, nul, $(LLIB)\sutil;