Home | History | Annotate | only in /external/clearsilver/dso
Up to higher level directory
NameDateSize
dsotest.c15-Nov-2011206
Makefile15-Nov-2011742
README15-Nov-2011398

README

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