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

Multiple platforms support #2

Closed
wants to merge 1 commit into from
Closed

Multiple platforms support #2

wants to merge 1 commit into from

Conversation

malus-brandywine
Copy link

File "build.conf" in the project root directory contains parameters
for compiler, linker and a list of source directories related to a single
platform. Build tool (tools/build/main.py) parses it as a first step
of build rules generation procedure.

There's a simple mechanism to support multiple configurations.
Configuration files for each platform are kept in directory "config" under names
[platform_name].build.conf. When configure.py runs with parameter "platform"
the corresponding configuration file is symlinked to project root directory
under name "build.conf".

Signed-off-by: Nataliya Korovkina malus.brandywine@gmail.com

File "build.conf" in the project root directory contains parameters
for compiler, linker and a list of source directories related to a single
platform. Build tool (tools/build/__main__.py) parses it as a first step
of build rules generation procedure.

There's a simple mechanism to support multiple configurations.
Configuration files for each platform are kept in directory "config" under names
[platform_name].build.conf. When configure.py runs with parameter "platform"
the corresponding configuration file is symlinked to project root directory
under name "build.conf".

Signed-off-by: Nataliya Korovkina <malus.brandywine@gmail.com>
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