home *** CD-ROM | disk | FTP | other *** search
/ Graphics Programming Black Book (Special Edition) / BlackBook.bin / disk1 / source / chaptera / makefile < prev   
Encoding:
Makefile  |  1997-06-18  |  181 b   |  8 lines

  1. # noehs.lib disables exception handling
  2. # remove the reference if the lib is not available
  3. .c.obj:
  4.   bcc -ms -c -w-pro $<
  5.  
  6. l12-1.exe: l12-1.obj
  7.   bcc -ms l12-1.obj noehs.lib
  8.