home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
06user
/
tstreply.mk
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-08-11
|
302 b
|
14 lines
# makefile for the TSTREPLY program
LLIB = c:\lib\local
LIBS = $(LLIB)\sbios.lib $(LLIB)\sdos.lib $(LLIB)\sutil.lib
getreply.obj: getreply.c
msc $*;
tstreply.obj: tstreply.c
msc $*;
tstreply.exe: tstreply.obj getreply.obj sound.obj $(LIBS)
link $* getreply sound, $*, nul, $(LIBS);