• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

MakefileH A D13-Jul-2006742 3620

READMEH A D30-Jun-2005398 128

dsotest.cH A D30-Jun-2005206 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