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 builds using Visual Studio #15

Open
wants to merge 3 commits into
base: master
Choose a base branch
from
Open

Commits on Dec 13, 2021

  1. Add Visual Studio NMake Makefiles

    * configure.ac:
    * Makefile.am:
    * win32/*:
      - Support building libdatrie as a DLL with Visual Studio.
        building trietool.exe and the tests are also supported.
    fanc999-1 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    7aed4d9 View commit details
    Browse the repository at this point in the history
  2. NMake Makefiles: Support ARM64 builds

    Add detection logic for ARM64 builds, since we can support Windows 10+ on ARM64
    with the appropriate Compiler/Linker flags.
    fanc999-1 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    86feff2 View commit details
    Browse the repository at this point in the history
  3. NMake Makefiles: Support Visual Studio 2022

    Make sure that things are set apart from the 2019 builds.
    fanc999-1 committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f77af65 View commit details
    Browse the repository at this point in the history