summaryrefslogtreecommitdiff
path: root/Source/cmVS10LibFlagTable.h
blob: eb40082cffadfbed4f6761824f9da03fd1ced2cd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
static cmVS7FlagTable cmVS10LibFlagTable[] =
{

  //Enum Properties
  {"ErrorReporting", "ERRORREPORT:PROMPT", "PromptImmediately", "PromptImmediately", 0},
  {"ErrorReporting", "ERRORREPORT:QUEUE", "Queue For Next Login", "QueueForNextLogin", 0},
  {"ErrorReporting", "ERRORREPORT:SEND", "Send Error Report", "SendErrorReport", 0},
  {"ErrorReporting", "ERRORREPORT:NONE", "No Error Report", "NoErrorReport", 0},

  {"TargetMachine", "MACHINE:ARM", "MachineARM", "MachineARM", 0},
  {"TargetMachine", "MACHINE:EBC", "MachineEBC", "MachineEBC", 0},
  {"TargetMachine", "MACHINE:IA64", "MachineIA64", "MachineIA64", 0},
  {"TargetMachine", "MACHINE:MIPS", "MachineMIPS", "MachineMIPS", 0},
  {"TargetMachine", "MACHINE:MIPS16", "MachineMIPS16", "MachineMIPS16", 0},
  {"TargetMachine", "MACHINE:MIPSFPU", "MachineMIPSFPU", "MachineMIPSFPU", 0},
  {"TargetMachine", "MACHINE:MIPSFPU16", "MachineMIPSFPU16", "MachineMIPSFPU16", 0},
  {"TargetMachine", "MACHINE:SH4", "MachineSH4", "MachineSH4", 0},
  {"TargetMachine", "MACHINE:THUMB", "MachineTHUMB", "MachineTHUMB", 0},
  {"TargetMachine", "MACHINE:X64", "MachineX64", "MachineX64", 0},
  {"TargetMachine", "MACHINE:X86", "MachineX86", "MachineX86", 0},

  {"SubSystem", "SUBSYSTEM:CONSOLE", "Console", "Console", 0},
  {"SubSystem", "SUBSYSTEM:WINDOWS", "Windows", "Windows", 0},
  {"SubSystem", "SUBSYSTEM:NATIVE", "Native", "Native", 0},
  {"SubSystem", "SUBSYSTEM:EFI_APPLICATION", "EFI Application", "EFI Application", 0},
  {"SubSystem", "SUBSYSTEM:EFI_BOOT_SERVICE_DRIVER", "EFI Boot Service Driver", "EFI Boot Service Driver", 0},
  {"SubSystem", "SUBSYSTEM:EFI_ROM", "EFI ROM", "EFI ROM", 0},
  {"SubSystem", "SUBSYSTEM:EFI_RUNTIME_DRIVER", "EFI Runtime", "EFI Runtime", 0},
  {"SubSystem", "SUBSYSTEM:WINDOWSCE", "WindowsCE", "WindowsCE", 0},
  {"SubSystem", "SUBSYSTEM:POSIX", "POSIX", "POSIX", 0},


  //Bool Properties
  {"SuppressStartupBanner", "NOLOGO", "", "true", 0},
  {"IgnoreAllDefaultLibraries", "NODEFAULTLIB", "", "true", 0},
  {"TreatLibWarningAsErrors", "WX:NO", "", "false", 0},
  {"TreatLibWarningAsErrors", "WX", "", "true", 0},
  {"Verbose", "VERBOSE", "", "true", 0},
  {"LinkTimeCodeGeneration", "LTCG", "", "true", 0},

  //Bool Properties With Argument

  //String List Properties
  {"AdditionalDependencies", "", "Additional Dependencies", "", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
  {"AdditionalLibraryDirectories", "LIBPATH:", "Additional Library Directories", "", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
  {"IgnoreSpecificDefaultLibraries", "NODEFAULTLIB:", "Ignore Specific Default Libraries", "", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
  {"ExportNamedFunctions", "EXPORT:", "Export Named Functions", "", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
  {"RemoveObjects", "REMOVE:", "Remove Objects", "", cmVS7FlagTable::UserValue | cmVS7FlagTable::SemicolonAppendable},
  {0,0,0,0,0}
};