|
From: John M M. <jo...@us...> - 2003-05-19 07:19:52
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1:/tmp/cvs-serv31339/squeak/platforms/Mac OS/vm Modified Files: sqMacExternalPrims.c Log Message: 3.5.1b1 Changed plugin def to browserplugin to avoid confusion. Index: sqMacExternalPrims.c =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqMacExternalPrims.c,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** sqMacExternalPrims.c 8 Feb 2003 18:31:33 -0000 1.3 --- sqMacExternalPrims.c 19 May 2003 07:19:49 -0000 1.4 *************** *** 37,41 **** strcpy(pluginDirPath, vmPath); ! #ifdef PLUGIN strcat(pluginDirPath, ":Plugins"); #else --- 37,41 ---- strcpy(pluginDirPath, vmPath); ! #ifdef BROWSERPLUGIN strcat(pluginDirPath, ":Plugins"); #else *************** *** 46,50 **** if (libHandle != nil) return (int) libHandle; ! #ifndef PLUGIN /* second, look directly in Squeak VM directory for the library */ libHandle = LoadLibViaPath(pluginName, vmPath); --- 46,50 ---- if (libHandle != nil) return (int) libHandle; ! #ifndef BROWSERPLUGIN /* second, look directly in Squeak VM directory for the library */ libHandle = LoadLibViaPath(pluginName, vmPath); |