ladybird/Demos
Andrew Kaster b6590b7f83 Demos: Add a dynamic linking demo to show off dlfcn methods
The LinkDemo program calls dlopen/dlsym/dlclose to try and load
a dyanmic library from /usr/lib. It read a global variable and
calls a global function (extern "C" of course :) ).

There a few hacks left in the LinkLib dynamic library, however.
In order to get the linker to stop complaining, we have to use
-nostartfiles -ffreestanding otherwise it will link crt0.o to our
shared object, which is definitely not right as the _init function
for a main program (that calls main) is not suitable for our lib
2020-01-01 17:48:41 +01:00
..
DynamicLink Demos: Add a dynamic linking demo to show off dlfcn methods 2020-01-01 17:48:41 +01:00
Fire Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
HelloWorld Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
HelloWorld2 Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
WidgetGallery Build: support library and generator dependencies 2019-12-25 10:11:09 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00