Age | Commit message (Collapse) | Author |
|
|
|
Its not possible to use all of them at the same time
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This fixed conflicts in cache filepath when building 32-bit and 64-bit project on the same
machine or when doing cross compilation.
|
|
|
|
Currently in testing phase.
Builds a redistributable binary by statically linking libraries
(including standard library).
|
|
to use dependencies dependencies from root project
|
|
|
|
|
|
|
|
|
|
|
|
has been extracted
|
|
|
|
Fix issue where static lib dependencies are not built correctly because their
dynamic lib dependencies are not propagated to dependant project
|
|
dependency on dynamic libraries
Static libraries need to be defined before dynamic libraries when
building executable, otherwise you get linking error
|
|
|
|
|
|
|
|
|
|
modified one
|
|
|
|
Not working fully yet, will investigate why
|