On Tue, 13 Aug 2024 09:57:51 GMT, Magnus Ihse Bursie <i...@openjdk.org> wrote:

> Add a make target to generate an Xcode project file for Hotspot. 
> 
> This PR is the result of a cooperation between me and @gerard-ziemski. Gerard 
> developed the original Xcode generator (as a stand-alone project in 
> https://github.com/gerard-ziemski/xcode), and I have written the build system 
> "glue" to integrate it, and refactored the code to modern JDK standards.
> 
> Usage: Run `make hotspot-xcode-project`, and an Xcode project file will be 
> generated in `build/$BUILD/xcode`. You can also have this automatically 
> opened in Xcode by `make open-hotspot-xcode-project` (but note that for 
> repeated runs of this, `make open-hotspot-xcode-project-only` is greatly 
> preferred).

This pull request has now been integrated.

Changeset: 129f527f
Author:    Magnus Ihse Bursie <i...@openjdk.org>
URL:       
https://git.openjdk.org/jdk/commit/129f527f4f6de04897440a11f0be024f1a378433
Stats:     1778 lines in 15 files changed: 1762 ins; 5 del; 11 mod

8338290: Xcode project generator for hotspot

Co-authored-by: Gerard Ziemski <gziem...@openjdk.org>
Co-authored-by: Magnus Ihse Bursie <i...@openjdk.org>
Reviewed-by: azafari, erikj

-------------

PR: https://git.openjdk.org/jdk/pull/20564

Reply via email to