env-om.lnt
上传用户:filter2008
上传日期:2010-03-12
资源大小:2959k
文件大小:1k
源码类别:

编辑器/阅读器

开发平台:

C/C++

  1. /*  env-om.lnt: environment parameters Object Master
  2.     The following options were transcribed from an E-mail kindly
  3.     supplied by John Osen.
  4.  */
  5. -"format=ERROR %(%F  %l%:)%t - %n - %m"     //  Messages will contain
  6. //  file information (%F), the line number (%l), the
  7. //  message number (%n), message type (%t) and message text (%m).
  8. -hF2    //  Make sure we ALWAYS provide file information ('F') and use 2
  9. //  lines (line in error plus message).
  10. -width(0) //  don't break messages at any particular width