[Bf-blender-cvs] CVS commit: blender/source/blender/blenlib/intern dynlib.c

Ton Roosendaal ton at blender.org
Sun Dec 7 20:20:10 CET 2003


ton (Ton Roosendaal) 2003/12/07 20:20:10 CET

  Modified files:
    blender/source/blender/blenlib/intern dynlib.c 
  
  Log:
  - Solution for fixing plugins, which now runs without -ldl at OSX 10.2/3
    Code from Peter O'Gorman <ogorman at users.sourceforge.net which has
    been credited in the source.
    Basically the dlopen() and dlerror() calls have been recreated wrapping
    the standard OSX methods.
    Names used are osxdlopen() and osxdlerror(). So no naming conflict will
    occur.
  
  Revision  Changes    Path
  1.8       +203 -4    blender/source/blender/blenlib/intern/dynlib.c



More information about the Bf-blender-cvs mailing list