• Home
Name Date Size #Lines LOC

..--

MakefileD03-May-2024742 3620

READMED03-May-2024398 128

dsotest.cD03-May-2024206 1811

README

1
208-18-2003 blong
3
4This directory builds a "dynamic shared object" or dso.  In theory, you
5could use this for various things, but in reality this is for the
6Mono/CSharp module, which requires a shared library loadable by the C#
7run time.
8
9Building this dso is very system specific, and this is currently very
10Linux specific at the moment.  Patches to build this on other platforms
11are appreciated.
12