v14_LIB.json 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304
  1. [
  2. {
  3. "name": "ErrorReporting",
  4. "switch": "ERRORREPORT:PROMPT",
  5. "comment": "PromptImmediately",
  6. "value": "PromptImmediately",
  7. "flags": []
  8. },
  9. {
  10. "name": "ErrorReporting",
  11. "switch": "ERRORREPORT:QUEUE",
  12. "comment": "Queue For Next Login",
  13. "value": "QueueForNextLogin",
  14. "flags": []
  15. },
  16. {
  17. "name": "ErrorReporting",
  18. "switch": "ERRORREPORT:SEND",
  19. "comment": "Send Error Report",
  20. "value": "SendErrorReport",
  21. "flags": []
  22. },
  23. {
  24. "name": "ErrorReporting",
  25. "switch": "ERRORREPORT:NONE",
  26. "comment": "No Error Report",
  27. "value": "NoErrorReport",
  28. "flags": []
  29. },
  30. {
  31. "name": "TargetMachine",
  32. "switch": "MACHINE:ARM",
  33. "comment": "MachineARM",
  34. "value": "MachineARM",
  35. "flags": []
  36. },
  37. {
  38. "name": "TargetMachine",
  39. "switch": "MACHINE:ARM64",
  40. "comment": "MachineARM64",
  41. "value": "MachineARM64",
  42. "flags": []
  43. },
  44. {
  45. "name": "TargetMachine",
  46. "switch": "MACHINE:EBC",
  47. "comment": "MachineEBC",
  48. "value": "MachineEBC",
  49. "flags": []
  50. },
  51. {
  52. "name": "TargetMachine",
  53. "switch": "MACHINE:IA64",
  54. "comment": "MachineIA64",
  55. "value": "MachineIA64",
  56. "flags": []
  57. },
  58. {
  59. "name": "TargetMachine",
  60. "switch": "MACHINE:MIPS",
  61. "comment": "MachineMIPS",
  62. "value": "MachineMIPS",
  63. "flags": []
  64. },
  65. {
  66. "name": "TargetMachine",
  67. "switch": "MACHINE:MIPS16",
  68. "comment": "MachineMIPS16",
  69. "value": "MachineMIPS16",
  70. "flags": []
  71. },
  72. {
  73. "name": "TargetMachine",
  74. "switch": "MACHINE:MIPSFPU",
  75. "comment": "MachineMIPSFPU",
  76. "value": "MachineMIPSFPU",
  77. "flags": []
  78. },
  79. {
  80. "name": "TargetMachine",
  81. "switch": "MACHINE:MIPSFPU16",
  82. "comment": "MachineMIPSFPU16",
  83. "value": "MachineMIPSFPU16",
  84. "flags": []
  85. },
  86. {
  87. "name": "TargetMachine",
  88. "switch": "MACHINE:SH4",
  89. "comment": "MachineSH4",
  90. "value": "MachineSH4",
  91. "flags": []
  92. },
  93. {
  94. "name": "TargetMachine",
  95. "switch": "MACHINE:THUMB",
  96. "comment": "MachineTHUMB",
  97. "value": "MachineTHUMB",
  98. "flags": []
  99. },
  100. {
  101. "name": "TargetMachine",
  102. "switch": "MACHINE:X64",
  103. "comment": "MachineX64",
  104. "value": "MachineX64",
  105. "flags": []
  106. },
  107. {
  108. "name": "TargetMachine",
  109. "switch": "MACHINE:X86",
  110. "comment": "MachineX86",
  111. "value": "MachineX86",
  112. "flags": []
  113. },
  114. {
  115. "name": "SubSystem",
  116. "switch": "SUBSYSTEM:CONSOLE",
  117. "comment": "Console",
  118. "value": "Console",
  119. "flags": []
  120. },
  121. {
  122. "name": "SubSystem",
  123. "switch": "SUBSYSTEM:WINDOWS",
  124. "comment": "Windows",
  125. "value": "Windows",
  126. "flags": []
  127. },
  128. {
  129. "name": "SubSystem",
  130. "switch": "SUBSYSTEM:NATIVE",
  131. "comment": "Native",
  132. "value": "Native",
  133. "flags": []
  134. },
  135. {
  136. "name": "SubSystem",
  137. "switch": "SUBSYSTEM:EFI_APPLICATION",
  138. "comment": "EFI Application",
  139. "value": "EFI Application",
  140. "flags": []
  141. },
  142. {
  143. "name": "SubSystem",
  144. "switch": "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER",
  145. "comment": "EFI Boot Service Driver",
  146. "value": "EFI Boot Service Driver",
  147. "flags": []
  148. },
  149. {
  150. "name": "SubSystem",
  151. "switch": "SUBSYSTEM:EFI_ROM",
  152. "comment": "EFI ROM",
  153. "value": "EFI ROM",
  154. "flags": []
  155. },
  156. {
  157. "name": "SubSystem",
  158. "switch": "SUBSYSTEM:EFI_RUNTIME_DRIVER",
  159. "comment": "EFI Runtime",
  160. "value": "EFI Runtime",
  161. "flags": []
  162. },
  163. {
  164. "name": "SubSystem",
  165. "switch": "SUBSYSTEM:WINDOWSCE",
  166. "comment": "WindowsCE",
  167. "value": "WindowsCE",
  168. "flags": []
  169. },
  170. {
  171. "name": "SubSystem",
  172. "switch": "SUBSYSTEM:POSIX",
  173. "comment": "POSIX",
  174. "value": "POSIX",
  175. "flags": []
  176. },
  177. {
  178. "name": "SuppressStartupBanner",
  179. "switch": "NOLOGO",
  180. "comment": "Suppress Startup Banner",
  181. "value": "true",
  182. "flags": []
  183. },
  184. {
  185. "name": "IgnoreAllDefaultLibraries",
  186. "switch": "NODEFAULTLIB",
  187. "comment": "Ignore All Default Libraries",
  188. "value": "true",
  189. "flags": []
  190. },
  191. {
  192. "name": "TreatLibWarningAsErrors",
  193. "switch": "WX:NO",
  194. "comment": "Treat Lib Warning As Errors",
  195. "value": "false",
  196. "flags": []
  197. },
  198. {
  199. "name": "TreatLibWarningAsErrors",
  200. "switch": "WX",
  201. "comment": "Treat Lib Warning As Errors",
  202. "value": "true",
  203. "flags": []
  204. },
  205. {
  206. "name": "Verbose",
  207. "switch": "VERBOSE",
  208. "comment": "Verbose",
  209. "value": "true",
  210. "flags": []
  211. },
  212. {
  213. "name": "LinkTimeCodeGeneration",
  214. "switch": "LTCG",
  215. "comment": "Link Time Code Generation",
  216. "value": "true",
  217. "flags": []
  218. },
  219. {
  220. "name": "AdditionalLibraryDirectories",
  221. "switch": "LIBPATH:",
  222. "comment": "Additional Library Directories",
  223. "value": "",
  224. "flags": [
  225. "UserValue",
  226. "SemicolonAppendable"
  227. ]
  228. },
  229. {
  230. "name": "IgnoreSpecificDefaultLibraries",
  231. "switch": "NODEFAULTLIB:",
  232. "comment": "Ignore Specific Default Libraries",
  233. "value": "",
  234. "flags": [
  235. "UserValue",
  236. "SemicolonAppendable"
  237. ]
  238. },
  239. {
  240. "name": "ExportNamedFunctions",
  241. "switch": "EXPORT:",
  242. "comment": "Export Named Functions",
  243. "value": "",
  244. "flags": [
  245. "UserValue",
  246. "SemicolonAppendable"
  247. ]
  248. },
  249. {
  250. "name": "RemoveObjects",
  251. "switch": "REMOVE:",
  252. "comment": "Remove Objects",
  253. "value": "",
  254. "flags": [
  255. "UserValue",
  256. "SemicolonAppendable"
  257. ]
  258. },
  259. {
  260. "name": "OutputFile",
  261. "switch": "OUT:",
  262. "comment": "Output File",
  263. "value": "",
  264. "flags": [
  265. "UserValue"
  266. ]
  267. },
  268. {
  269. "name": "ModuleDefinitionFile",
  270. "switch": "DEF:",
  271. "comment": "Module Definition File Name",
  272. "value": "",
  273. "flags": [
  274. "UserValue"
  275. ]
  276. },
  277. {
  278. "name": "ForceSymbolReferences",
  279. "switch": "INCLUDE:",
  280. "comment": "Force Symbol References",
  281. "value": "",
  282. "flags": [
  283. "UserValue"
  284. ]
  285. },
  286. {
  287. "name": "DisplayLibrary",
  288. "switch": "LIST:",
  289. "comment": "Display Library to standard output",
  290. "value": "",
  291. "flags": [
  292. "UserValue"
  293. ]
  294. },
  295. {
  296. "name": "Name",
  297. "switch": "NAME:",
  298. "comment": "Name",
  299. "value": "",
  300. "flags": [
  301. "UserValue"
  302. ]
  303. }
  304. ]