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