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.

129 lines
4.8 KiB

  1. 1000 "syntax error : ')' missing in macro invocation"
  2. 1001 "syntax error : illegal character '%c' in macro"
  3. 1002 "syntax error : invalid macro invocation '$'"
  4. 1003 "syntax error : '=' missing in macro"
  5. 1004 "syntax error : macro name missing"
  6. 1005 "syntax error : text must follow ':' in macro"
  7. 1006 "syntax error : missing closing double quotation mark"
  8. 1007 "double quotation mark not allowed in name"
  9. 1017 "unknown directive '!%s'"
  10. 1018 "directive and/or expression part missing"
  11. 1019 "too many nested !IF blocks"
  12. 1020 "end-of-file found before next directive"
  13. 1021 "syntax error : !ELSE unexpected"
  14. 1022 "missing terminating character for string/program invocation : '%c'"
  15. 1023 "syntax error in expression"
  16. 1024 "illegal argument to !CMDSWITCHES"
  17. 1031 "filename missing (or macro is null)"
  18. 1033 "syntax error : '%s' unexpected"
  19. 1034 "syntax error : separator missing"
  20. 1035 "syntax error : expected ':' or '=' separator"
  21. 1036 "syntax error : too many names to left of '='"
  22. 1037 "syntax error : target name missing"
  23. 1038 "internal error : lexer"
  24. 1039 "internal error : parser"
  25. 1040 "internal error : macro expansion"
  26. 1041 "internal error : target building"
  27. 1042 "internal error : expression stack overflow"
  28. 1043 "internal error : temp file limit exceeded"
  29. 1045 "spawn failed : %s"
  30. 1046 "internal error : out of search handles"
  31. 1047 "argument before ')' expands to nothing"
  32. 1048 "cannot write to file '%s'"
  33. 1049 "macro or inline file too long (maximum : 64K)"
  34. 1050 "%s"
  35. 1051 "out of memory"
  36. 1052 "file '%s' not found"
  37. 1053 "file '%s' unreadable"
  38. 1054 "cannot create inline file '%s'"
  39. 1055 "out of environment space"
  40. 1056 "cannot find command processor"
  41. 1057 "cannot delete temporary file '%s'"
  42. 1058 "terminated by user"
  43. 1059 "syntax error : '}' missing in dependent"
  44. 1060 "unable to close file : '%s'"
  45. 1061 "/F option requires a filename"
  46. 1062 "missing filename with /X option"
  47. 1063 "missing macro name before '='"
  48. 1064 "MAKEFILE not found and no target specified"
  49. 1065 "invalid option '%c'"
  50. 1069 "no match found for wildcard '%s'"
  51. 1070 "cycle in macro definition '%s'"
  52. 1071 "cycle in dependency tree for target '%s'"
  53. 1072 "cycle in include files : '%s'"
  54. 1073 "don't know how to make '%s'"
  55. 1076 "name too long"
  56. 1077 "'%s' : return code '0x%x'"
  57. 1078 "constant overflow at '%s'"
  58. 1079 "illegal expression : divide by zero"
  59. 1080 "operator and/or operand usage illegal"
  60. 1081 "'%s' : program not found"
  61. 1082 "'%s' : cannot execute command; out of memory"
  62. 1083 "target macro '%s' expands to nothing"
  63. 1084 "cannot create temporary file '%s'"
  64. 1085 "cannot mix implicit and explicit rules"
  65. 1086 "inference rule cannot have dependents"
  66. 1087 "cannot have : and :: dependents for same target"
  67. 1088 "invalid separator '::' on inference rule"
  68. 1089 "cannot have build commands for directive '%s'"
  69. 1090 "cannot have dependents for directive '%s'"
  70. 1092 "too many names in rule"
  71. 1093 "cannot mix dot directives"
  72. 1094 "syntax error : only (NO)KEEP allowed here"
  73. 1095 "expanded command line '%s' too long"
  74. 1096 "cannot open inline file '%s'"
  75. 1097 "filename-parts syntax requires dependent"
  76. 1098 "illegal filename-parts syntax in '%s'"
  77. 2001 "no more file handles (too many files open)"
  78. 4001 "command file can be invoked only from command line"
  79. 4002 "resetting value of special macro '%s'"
  80. 4004 "too many rules for target '%s'"
  81. 4005 "ignoring rule '%s' (extension not in .SUFFIXES)"
  82. 4006 "special macro undefined : '%s'"
  83. 4007 "filename '%s' too long; truncating to 8.3"
  84. 4008 "removed target '%s'"
  85. 4010 "'%s' : build failed; /K specified, continuing ..."
  86. 4011 "'%s' : not all dependents available; target not built"
  87. 1 "file %s doesn't exist"
  88. 2 "'%s' is up-to-date"
  89. 3 "** %s newer than %s"
  90. 4 "%*s%-14s %*s"
  91. 5 "\ttouch %s"
  92. 6 "%*s%-14s target does not exist"
  93. 7 "\nINFERENCE RULES:\n"
  94. 8 "\nMACROS:\n"
  95. 9 "\nTARGETS:\n"
  96. 10 "\n\tcommands:\t"
  97. 11 "\n\tflags:\t"
  98. 12 "\n\tdependents:\t"
  99. 13 "%s\n"
  100. 14 "%13s = %s\n"
  101. 15 "Building: %s"
  102. 20 "fatal error"
  103. 21 "error"
  104. 22 "warning"
  105. 23 "Stop.\n"
  106. 24 "Microsoft (R) Program Maintenance Utility Version %s"
  107. 25 "Copyright (c) Microsoft Corp %s. All rights reserved.\n"
  108. 100 "Usage: %s @commandfile"
  109. 101 "\t%s [options] [/f makefile] [/x stderrfile] [macrodefs] [targets]\n"
  110. 102 "Options:\n"
  111. 103 "/A Build all evaluated targets"
  112. 104 "/B Build if time stamps are equal"
  113. 105 "/C Suppress output messages"
  114. 106 "/D Display build information"
  115. 107 "/E Override env-var macros"
  116. 108 "/HELP Display brief usage message"
  117. 109 "/I Ignore exit codes from commands"
  118. 110 "/K Build unrelated targets on error"
  119. 111 "/M Ignore extended/expanded memory"
  120. 112 "/N Display commands but do not execute"
  121. 113 "/NOLOGO Suppress copyright message"
  122. 114 "/P Display NMAKE information"
  123. 115 "/Q Check time stamps but do not build"
  124. 116 "/R Ignore predefined rules/macros"
  125. 117 "/S Suppress executed-commands display"
  126. 118 "/T Change time stamps but do not build"
  127. 119 "/V Inherit macros during recursion"
  128. 120 "/? Display brief usage message\n"
  129. 125 "%-39s%s"