home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
sndbords
/
proaudio
/
pas_sdk1
/
pas
/
pcm
/
playfile
< prev
next >
Wrap
Text File
|
1992-07-20
|
608b
|
19 lines
#
# Build file for creating the command line PCM player program
#
AS = /Mx ### make file ASSEMBLER permenant switches
CS = /c /Ox /Zp1 /AS ### make file COMPILER permenant switches
LS = /Ma ### make file LINKER permentant switches
AO = ### make file ASSEMBLER command line switches
CO = ### make file COMPILER command line switches
LO = ### make file LINKER command line switches
DEFAULT: playfile.exe
playfile.obj: playfile.c
cl $(CS) $(CO) /DPROAS=1 playfile.c
playfile.exe: playfile.obj
link $(LS) $(LO) playfile,,,mvslib+mvhslib;