home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Audio 4.94 - Over 11,000 Files
/
audio-11000.iso
/
msdos
/
sndbords
/
proaudio
/
pas_sdk1
/
pas-sdk1.arj
/
PAS
/
SUBS
/
MIXERS
/
MAIN
< prev
next >
Wrap
Text File
|
1992-06-15
|
528b
|
18 lines
#
# Build file for creating the PCM demo program
#
AS = /Mx ### make file ASSEMBLER permenant switches
CS = /c /Ox /Zp1 /AL /F 1000 ### make file COMPILER permenant switches
LS = ### 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
main.obj: main.c
cl $(CO) $(CS) main.c
main.exe: main.obj
link $(LO) $(LS) main,,,mvllib;