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

Cross-compilation [incomplete] #137

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

Conversation

sfalexrog
Copy link
Collaborator

This is mostly related to the (almost forgotten) Android port. Since Android build system allows using CMake projects, I've tried to reuse the existing project files for the port. Some changes had to be made, since currently OpenApoc is not the top-level project.

There's a separate pull request for physfs submodule to resolve target name conflicts with SDL.

Those macros stopped working at some point, and Android is little-endian anyway.
This allows (limited) support of adding OpenApoc as a subdirectory in another CMake file. It mostly changes ${CMAKE_SOURCE_DIR} to ${PROJECT_SOURCE_DIR} and adds some Android-specific (well, specific to the way Android port is built, anyway) changes.
@JonnyH
Copy link
Collaborator

JonnyH commented Sep 14, 2017

Looks fine so far - let me know when you're happy to have it merged (IE it's on longer "incomplete" :)

@FilmBoy84 FilmBoy84 added the STALLED Work In Progress but for whatever reason, nothing's been done for a while. New coders may be needed! label Jan 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
STALLED Work In Progress but for whatever reason, nothing's been done for a while. New coders may be needed!
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants