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

dir field for segments #67

Closed
Tracked by #7
AngheloAlf opened this issue Apr 30, 2024 · 0 comments
Closed
Tracked by #7

dir field for segments #67

AngheloAlf opened this issue Apr 30, 2024 · 0 comments
Assignees
Labels
planned feature A new proposed feature
Milestone

Comments

@AngheloAlf
Copy link
Contributor

Allow specifying a dir that would be prefixed to every file of the segment when emitting the linker script.

The following example should emit build/src/battle/area/omo2_1/actor/shy_squad.o as the file path.

settings:
  base_path: build

segments:
  - name: omo2_1
    dir: src/battle/area/omo2_1
    files:
      - { path: actor/shy_squad.o }
@AngheloAlf AngheloAlf mentioned this issue Apr 30, 2024
25 tasks
@AngheloAlf AngheloAlf self-assigned this Apr 30, 2024
@AngheloAlf AngheloAlf added this to the 0.2.0 milestone Apr 30, 2024
@AngheloAlf AngheloAlf added the planned feature A new proposed feature label Jul 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
planned feature A new proposed feature
Projects
Status: Done
Development

No branches or pull requests

1 participant