Skip to content

Visual Studio: Improve NMake Makefiles for ARM64 Windows builds (master branch)

Chun-wei Fan requested to merge fanc999/cairomm:master into master

Hi,

This MR attempts to improve the NMake Makefiles for AR64 Windows builds by:

  • Allow linking ARM64 binaries (by checking that we are building for ARM64 and thus pass in /machine:arm64 during linking, which is needed for the Visual Studio cross-compiler that we will be using in this case.
  • Improve the header search path: make sure that we are looking for headers in $(PREFIX)\include.

With blessings, thank you!

Edited by Chun-wei Fan

Merge request reports