home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Graphics Programming Black Book (Special Edition)
/
BlackBook.bin
/
disk1
/
source
/
chapter38
/
makefile
< prev
next >
Wrap
Makefile
|
1997-06-18
|
249b
|
11 lines
.c.obj:
bcc -ms -c -w-pro $<
.asm.obj:
tasm /ml $*
# noehs.lib disables exception handling
# remove the reference if the lib is not available
l21-3.exe: l21-3.obj l21-2.obj l21-1.obj
bcc -ms l21-3.obj l21-2.obj l21-1.obj noehs.lib