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

makefile: add an helper target to genie xcode targets #13075

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

biappi
Copy link

@biappi biappi commented Dec 12, 2024

This patch exposes the Xcode genie generator in the main makefile, similarly to the vs2022 phony target. It seems to work fine, modulo some caveats, that I also noted down as comments:

  • the generator does not support the build tasks to autogenerate files

  • there are issues with path handling that results in a slightly broken project file

  • some build products will clobber the working copy.

    As reference, this is the status after a build.

    willy@Hitagi mame add-genie-xcode-generator-to-makefile$ git status
    On branch add-genie-xcode-generator-to-makefile
    Your branch is up to date with 'origin/add-genie-xcode-generator-to-makefile'.
    
    Untracked files:
      (use "git add <file>..." to include in what will be committed)
        scripts/mame_mame/
        scripts/src/lib7z.a
        scripts/src/libbgfx.a
        scripts/src/libbimg.a
        scripts/src/libbx.a
        scripts/src/libemu.a
        scripts/src/libexpat.a
        scripts/src/libflac.a
        scripts/src/libjpeg.a
        scripts/src/liblinenoise.a
        scripts/src/liblua.a
        scripts/src/liblualibs.a
        scripts/src/libportaudio.a
        scripts/src/libportmidi.a
        scripts/src/libsoftfloat.a
        scripts/src/libsoftfloat3.a
        scripts/src/libsqlite3.a
        scripts/src/libutf8proc.a
        scripts/src/libutils.a
        scripts/src/libwdlfft.a
        scripts/src/libymfm.a
        scripts/src/libzlib.a
        scripts/src/libzstd.a
        scripts/src/mame/libfrontend.a
        scripts/src/osd/libqtdbg_sdl.a
        scripts/src/osd/mame_mame/
    
    nothing added to commit but untracked files present (use "git add" to track)
    willy@Hitagi mame add-genie-xcode-generator-to-makefile$        
    

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant