# noehs.lib disables exception handling
# remove the reference if the lib is not available
.c.obj:
  bcc -ms -c -w-pro $<

l12-1.exe: l12-1.obj
  bcc -ms l12-1.obj noehs.lib
