Enlightenment CVS committal Author : raster Project : e17 Module : apps/e
Dir : e17/apps/e/src/bin Modified Files: e_module.c Log Message: moduels support multiple architectures build for 1 module =================================================================== RCS file: /cvsroot/enlightenment/e17/apps/e/src/bin/e_module.c,v retrieving revision 1.11 retrieving revision 1.12 diff -u -3 -r1.11 -r1.12 --- e_module.c 7 Feb 2005 13:51:09 -0000 1.11 +++ e_module.c 7 Feb 2005 15:34:18 -0000 1.12 @@ -87,7 +87,7 @@ m->api = &_e_module_api; if (name[0] != '/') { - snprintf(buf, sizeof(buf), "%s/module.so", name); + snprintf(buf, sizeof(buf), "%s/%s/module.so", MODULE_ARCH, name); modpath = e_path_find(_e_path_modules, buf); } else ------------------------------------------------------- This SF.Net email is sponsored by: IntelliVIEW -- Interactive Reporting Tool for open source databases. Create drag-&-drop reports. Save time by over 75%! Publish reports on the web. Export to DOC, XLS, RTF, etc. Download a FREE copy at http://www.intelliview.com/go/osdn_nl _______________________________________________ enlightenment-cvs mailing list enlightenment-cvs@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs