home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
12sbuf
/
sb_test.mk
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1988-08-11
|
300 b
|
12 lines
# makefile for the SB_TEST driver program
MODEL = S
LLIB = c:\lib\local
LINC = c:\include\local
LIBS = $(LLIB)\$(MODEL)sbuf.lib $(LLIB)\$(MODEL)bios.lib $(LLIB)\$(MODEL)dos.lib
sb_test.obj: sb_test.c $(LINC)\sbuf.h sb_test.h
sb_test.exe: sb_test.obj $(LIBS)
link $*, $*, nul, $(LIBS);