mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Projucer: Remove option to target unsupported Windows versions from Codeblocks exporter
This commit is contained in:
parent
6f657d2a9b
commit
1de308cb16
1 changed files with 2 additions and 4 deletions
|
|
@ -139,10 +139,8 @@ public:
|
|||
if (isWindows())
|
||||
{
|
||||
props.add (new ChoicePropertyComponent (targetPlatformValue, "Target platform",
|
||||
{ "Windows NT 4.0", "Windows 2000", "Windows XP", "Windows Server 2003", "Windows Vista", "Windows Server 2008",
|
||||
"Windows 7", "Windows 8", "Windows 8.1", "Windows 10" },
|
||||
{ "0x0400", "0x0500", "0x0501", "0x0502", "0x0600", "0x0600",
|
||||
"0x0601", "0x0602", "0x0603", "0x0A00" }),
|
||||
{ "Windows Vista", "Windows Server 2008", "Windows 7", "Windows 8", "Windows 8.1", "Windows 10" },
|
||||
{ "0x0600", "0x0600", "0x0601", "0x0602", "0x0603", "0x0A00" }),
|
||||
"This sets the preprocessor macro WINVER to an appropriate value for the corresponding platform.");
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue