Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

44 lines
2.2 KiB

  1. 4500 "unknown warning; consult documentation for technical support options"
  2. 4501 "ignoring unknown option '%s'"
  3. 4502 "truncated .SBR file '%s' not in %s"
  4. 4503 "minor error in .SBR file '%s' ignored"
  5. 1500 "unknown error; consult documentation for technical support options"
  6. 1501 "unknown character '%c' in option '%s'"
  7. 1502 "incomplete specification for option '%s'"
  8. 1503 "cannot write to file '%s'"
  9. 1504 "cannot position in file '%s'"
  10. 1505 "cannot read from file '%s'"
  11. 1506 "cannot open file '%s'"
  12. 1507 "cannot open temporary file '%s'"
  13. 1508 "cannot delete temporary file '%s'"
  14. 1509 "out of heap space"
  15. 1510 "corrupt .SBR file '%s'"
  16. 1511 "invalid response file specification"
  17. 1512 "%s: capacity exceeded"
  18. 1513 "nonincremental update requires all .SBR files"
  19. 1514 "all .SBR files truncated, none found in %s"
  20. 1515 "'%s': incompatible version; cannot incrementally update"
  21. 1516 "'%s' corrupt; cannot incrementally update"
  22. 1517 "source file for '%s' compiled with both /Yc and /Yu"
  23. 1518 "'%s' has patches generated by incremental compiler, this is not compatible with the bscmake '/n' option"
  24. 1519 "'%s' has patches that could not be applied to the .bsc file, delete the .sbr file and recompile"
  25. 2000 "Microsoft Browse Information Maintenance Utility"
  26. 2001 "usage: bscmake <switches> <file.sbr> ..."
  27. 2002 " @<file> Get arguments from specified file"
  28. 2003 " /E... Exclude:"
  29. 2004 " s system files"
  30. 2005 " i <file> named include file <file>"
  31. 2006 " i ( <files> ) named include file list <files>"
  32. 2007 " r <symbol> named symbol <symbol>"
  33. 2008 " r ( <symbols> ) named symbol list <symbols>"
  34. 2009 " l local variables"
  35. 2010 " m macro expanded symbols"
  36. 2011 " /I... Include:"
  37. 2012 " u unreferenced symbols"
  38. 2013 " /S <file> <file> is 'simple', process once then exclude"
  39. 2014 " /S ( <files> ) named <files> are simple as above"
  40. 2015 " /o <file> output source database name"
  41. 2016 " /n no incremental (full builds, .sbr's preserved)"
  42. 2017 " /v verbose output"
  43. 2018 " /nologo don't emit startup banner"
  44. 2019 " /?, /help summary of options (what you're reading)"