v14_RC.json 1.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869
  1. [
  2. {
  3. "name": "IgnoreStandardIncludePath",
  4. "switch": "X",
  5. "comment": "Ignore Standard Include Paths",
  6. "value": "true",
  7. "flags": []
  8. },
  9. {
  10. "name": "ShowProgress",
  11. "switch": "v",
  12. "comment": "Show Progress",
  13. "value": "true",
  14. "flags": []
  15. },
  16. {
  17. "name": "SuppressStartupBanner",
  18. "switch": "nologo",
  19. "comment": "Suppress Startup Banner",
  20. "value": "true",
  21. "flags": []
  22. },
  23. {
  24. "name": "NullTerminateStrings",
  25. "switch": "n",
  26. "comment": "Null Terminate Strings",
  27. "value": "true",
  28. "flags": []
  29. },
  30. {
  31. "name": "PreprocessorDefinitions",
  32. "switch": "D",
  33. "comment": "Preprocessor Definitions",
  34. "value": "",
  35. "flags": [
  36. "UserValue",
  37. "SemicolonAppendable"
  38. ]
  39. },
  40. {
  41. "name": "UndefinePreprocessorDefinitions",
  42. "switch": "u",
  43. "comment": "Undefine Preprocessor Definitions",
  44. "value": "",
  45. "flags": [
  46. "UserValue",
  47. "SemicolonAppendable"
  48. ]
  49. },
  50. {
  51. "name": "AdditionalIncludeDirectories",
  52. "switch": "I",
  53. "comment": "Additional Include Directories",
  54. "value": "",
  55. "flags": [
  56. "UserValue",
  57. "SemicolonAppendable"
  58. ]
  59. },
  60. {
  61. "name": "ResourceOutputFileName",
  62. "switch": "fo",
  63. "comment": "Resource File Name",
  64. "value": "",
  65. "flags": [
  66. "UserValue"
  67. ]
  68. }
  69. ]