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

To adopt PR #1264 approach of using Readline replacement for MinGW build (WIP, DNM) #1553

Closed
wants to merge 8 commits into from

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    a79daf7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1ecc5e3 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. fix win includes

    Youw committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6ec6a7b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1c5898d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5583cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    35f735c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Use -static linker flag for MinGW build

    Without this extra dependancies will be brought in.
    
    libgcc_s_seh-1.dll - C++ exceptions handling library;
    libwinpthread-1.dll - pthread implementation;
    libstdc++-6.dll - libstdc++;
    mcuee authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    6f3172b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af303dd View commit details
    Browse the repository at this point in the history