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

编辑器/阅读器

开发平台:

C/C++

  1. /*
  2.     env-vc.lnt: environment parameters for Microsoft's Visual C++ WorkBench
  3.     If you are using the Microsoft Visual Workbench and you wish to invoke
  4.     PC-lint from that environment then do the following.
  5.     Consult the appropriate Microsoft documentation in the "Visual
  6.     Workbench User's Guide", Chapter "Customizing Visual Workbench".
  7.     From the Options Menu, Select the Tools command and Select "Add"
  8.     First select the PC-lint directory (say C:LINTPP)
  9.     and then select the file to be run, presumably LINT.EXE.
  10.     Provide the following information (or some suitable variation):
  11.     Command Line        C:LINTPPLINT.EXE
  12.     Menu Text           PC-lint (unit check)
  13.     Arguments           -iC:LINTPP -u std.lnt env-vc.lnt $FileName
  14.     Initial Directory   $FileDir
  15.     This will result in the Tools menu containing the additional item
  16.     "PC-lint (unit check)".
  17.     Note that by providing an "Initial Directory" and a local "$FileName"
  18.     the containing directory can have a std.lnt that overrides the
  19.     global std.lnt.  Also file-names in messages are not so long.
  20.     You will probably want to heed the following advice from the
  21.     Microsoft documentation:  "To keep an MS-DOS window open with the
  22.     output of a command-line tool after the tool has been run
  23.     from the Tools menu, use the Windows PIF Editor to edit the
  24.     file _DEFAULT.PIF and clear the Close Window on Exit check box."
  25.     Also PC-lint can be run as a windowed application so you may
  26.     want to check that box too.
  27.  */