leaningtech-dev team mailing list archive
-
leaningtech-dev team
-
Mailing list archive
-
Message #00208
Re: [Question #256693]: how to build a js with series cpp file.if i build one by one, how to link them together
Question #256693 on Cheerp changed:
https://answers.launchpad.net/cheerp/+question/256693
Status: Open => Answered
Alessandro Pignotti proposed the following answer:
This is fully supported, you can build object files using the -c command
line option and link them togheter afterwards. See our wiki
(https://github.com/leaningtech/cheerp-wiki/wiki/Getting-started
#separate-objects-compilation-and-linking) for more information.
To avoid building already compiled files you should use a system such as
make or cmake.
--
You received this question notification because you are a member of
Leaningtech Team, which is an answer contact for Cheerp.