small changes in Makefiles

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@731 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
2011-06-06 20:35:56 +00:00
parent 06551d6084
commit c84997be30
14 changed files with 77 additions and 85 deletions

View File

@@ -148,6 +148,7 @@ void Plugin::LoadPlugin(const std::string & filename)
}
void * Plugin::LoadInitFun(const char * filename, Fun1 & fun_init)
{
void * p = dlopen(filename, RTLD_NOW | RTLD_LOCAL);