Skip to content

Adding support for C++ Builder/Ninja build system#13

Open
alex-bassi-telit-com wants to merge 6998 commits into
apache:1.6.xfrom
alex-bassi-telit-com:1.6.3_bcc
Open

Adding support for C++ Builder/Ninja build system#13
alex-bassi-telit-com wants to merge 6998 commits into
apache:1.6.xfrom
alex-bassi-telit-com:1.6.3_bcc

Conversation

@alex-bassi-telit-com
Copy link
Copy Markdown

@alex-bassi-telit-com alex-bassi-telit-com commented Aug 22, 2018

Work in progress
I've added the project files to build the library (static and dynamic) using C++ Builder (Embarcadero). The library can be successfully compiled using the free Community Edition.

Few small modifications to the source were necessary to support C++ Builder (32 bit Clang compiler only).
The static library can be also compiled using Ninja build system through CMake by addressing bcc32x.exe compiler (see notes in README and README.cmake).

Some compile errors still needs to be fixed in order to also compile the tests (mainly due to missing compiler or linker flags).

Loading
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.