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

编辑器/阅读器

开发平台:

C/C++

  1. /*
  2.     env-cb.lnt:  environment parameters for the Borland C++ Builder
  3.     Select "Tools" and then select "Configure Tools ...".
  4.     This will open a "Tool Options" dialog from which you can select
  5.     "Add...".  This yields a "Tool Properties" dialog which will
  6.     require you to add the following four entries:
  7.     Title:  &Lint
  8.     (the '&' allows selection via 'L' from the Tool menu).
  9.     Program:  C:LINTLINT-NT.EXE
  10.     (modify the path as appropriate)
  11.     Working dir:
  12.     (when left blank, the default becomes $PATH($EDNAME))
  13.     Command Line:  $SAVE -u -v -iC:LINT std env-cb $EDNAME
  14.     This command line will save the current file ($SAVE)
  15.     After specifying unit checkout (-u) and no verbosity (-v) and
  16.     include directories (-i) there appears 'std' specifying the
  17.     file std.lnt.  This is the same as appears in your lin.bat file.
  18.     The 'env-cb' specifies the file you are currently reading;
  19.     finally, the being-edited file appears as $EDNAME.
  20.     After you close things up and return to the main menu, you can
  21.     select the 'Tool' menu and your new entry should be there.
  22.     Note that this method does not allow you to automatically sequence
  23.     through messages.  This ability was available in previous Borland
  24.     Development environments but we (Gimpel Software) have no idea
  25.     how this would be done with C++ Builder.
  26.  */
  27. +e900       // always produce at least one line of output
  28. -t4         // Presume that tabs are every 4 stops
  29. +fpa        // pause before closing the message window.