Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add explicit XP targets #66801

Closed
wants to merge 5 commits into from
Closed

Add explicit XP targets #66801

wants to merge 5 commits into from

Commits on Dec 23, 2019

  1. Add XP target

    Adds explicit targets for Windows XP.
    ChrisDenton committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    014ec7b View commit details
    Browse the repository at this point in the history
  2. Set XP subsystem version appropriately

    XP requires an older subsystem to be used than is the default.
    ChrisDenton committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    544b08a View commit details
    Browse the repository at this point in the history
  3. Revert "Set XP subsystem version appropriately"

    This reverts commit 3f8c0da415824be941292981ea40f115a94f0d97.
    ChrisDenton committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    37b1c0a View commit details
    Browse the repository at this point in the history
  4. Set XP subsystem version

    XP requires an older subsystem to be used than is the default. To support this, an optional version parameter has been added to the Linker `subsystem` function and a WindowsSubsystem struct to CodegenResults.
    ChrisDenton committed Dec 23, 2019
    Configuration menu
    Copy the full SHA
    37dc7ba View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    beca35a View commit details
    Browse the repository at this point in the history