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

Add rule to create object file in Makefile #2605

Open
wants to merge 2 commits into
base: onedrive-v2.5.0-release-candidate-2
Choose a base branch
from

Conversation

JC-comp
Copy link

@JC-comp JC-comp commented Jan 25, 2024

This pull request enhance the build process by introducing object file creation. This facilitates more modular approach, allowing for individual compilation of source files before linking to speed up compiling time.

Changes
- Added rules to the Makefile for creating object files
- Rename file/import name to match module name

@abraunegg abraunegg added the On Hold On Hold label Jan 26, 2024
@abraunegg
Copy link
Owner

Will hold on this one for a while, until the niggling issues with 'alpha-5' are better sorted.

@abraunegg abraunegg added this to the v2.5.0 milestone Feb 11, 2024
@abraunegg abraunegg changed the base branch from onedrive-v2.5.0-alpha-5 to onedrive-v2.5.0-release-candidate-2 April 28, 2024 23:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
On Hold On Hold
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants