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

First implementation of intermediate folder #100824

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

Conversation

luedos
Copy link

@luedos luedos commented Dec 26, 2024

  • Adds 'intermediate_folder' option to godot which specifies folder where all intermediate files (object files and static libraries) will be built
  • Changed default usage of SConscript function to custom add_subdirectory function to accommodate the usage of intermediate folder
  • Changed default usage of Object function to generate_source_object method, which will automatically create target of source file in intermediate folder if intermediate_folder option is set

- Adds 'intermediate_folder' option to godot which specifies folder where all intermediate files (object files and static libraries) will be built
- Changed default usage of SConscript function to custom add_subdirectory function to accommodate the usage of intermediate folder
- Changed default usage of Object function to generate_source_object method, which will automatically create target of source file in intermediate folder if intermediate_folder option is set
@luedos luedos requested a review from a team as a code owner December 26, 2024 11:34
@Chaosus Chaosus added this to the 4.x milestone Dec 26, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants