home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Microsoft Programmer's Library 1.3
/
Microsoft-Programers-Library-v1.3.iso
/
sampcode
/
prof_c
/
06user
/
sounds.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
|
231 b
|
11 lines
# makefile for SOUNDS program
LLIB = c:\lib\local
LLIBS = $(LLIB)\sbios.lib $(LLIB)\sdos.lib $(LLIB)\sutil.lib
sounds.obj: sounds.c
msc $*;
sounds.exe: sounds.obj sound.obj $(LLIBS)
link $* sound, $*, nul, $(LLIBS);