pedrolamarao / gradle-metal

Gradle plugins to compile "bare metal" projects
GNU General Public License v3.0
2 stars 0 forks source link

Shared libraries #23

Open pedrolamarao opened 1 year ago

pedrolamarao commented 1 year ago

Assemble shared libraries.

This should require adjustments on MetalLinkTask to accomodate Windows library.lib and library.so distinction. Let us take the opportunity to also support library.pdb for all executable components.

pedrolamarao commented 1 year ago

This may have synergy with Metal multiboot2 modules. Currently they are linked as applications but perhaps they should be linked as relocatable dynamic objects.