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

Support ICU library provided by Windows 10 + Preset updates #486

Merged
merged 5 commits into from
Oct 14, 2024

Commits on Oct 14, 2024

  1. Support icu library provided by Windows 10 May 2019 and newer

    When a custom ICU library is provided it takes preference over the system library.
    
    Fix EasyRPG#427
    Ghabry committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    9d1e1b4 View commit details
    Browse the repository at this point in the history
  2. Presets: Fix ReleaseWith-RelWith typo and only create on configuratio…

    …n per Visual Studio Solution
    
    Before this generated Debug, RelWithDebInfo and Release and only one of them was working because not all libraries support this multi-dep cmake feature
    Ghabry committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    579926c View commit details
    Browse the repository at this point in the history
  3. CMake Presets: Remove windows-x86 and windows-x64 and replace it with…

    … windows.
    
    Ninja does not support setting of the machine type. Instead the appropriate VS setup script must be executed beforehand.
    
    VS2022 targets are kept as they support this.
    Ghabry committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    a39be32 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f332f72 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c883b80 View commit details
    Browse the repository at this point in the history