v14_LIB.json 6.2 KB

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