|
From: John M M. <jo...@us...> - 2003-06-07 00:44:03
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm In directory sc8-pr-cvs1:/tmp/cvs-serv29267/squeak/platforms/Mac OS/vm Modified Files: sqPlatformSpecific.h Log Message: 3.5.1b2 SQUEAK_BUILTIN_PLUGIN goes to build defs Index: sqPlatformSpecific.h =================================================================== RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqPlatformSpecific.h,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** sqPlatformSpecific.h 19 May 2003 07:20:23 -0000 1.12 --- sqPlatformSpecific.h 7 Jun 2003 00:44:00 -0000 1.13 *************** *** 13,16 **** --- 13,18 ---- * May 12th, 2002, JMM added SQUEAK_BUILTIN_PLUGIN for CW Pro * 3.2.8b1 July 24th, 2002 JMM support for os-x plugin under IE 5.x + * 3.5.1 May 28th, 2003 JMM SQUEAK_BUILTIN_PLUGIN in PB defs + * *************** *** 29,33 **** #ifdef macintoshSqueak //#define BROWSERPLUGIN ! #define SQUEAK_BUILTIN_PLUGIN /* replace the image file manipulation macros with functions */ #undef sqImageFile --- 31,35 ---- #ifdef macintoshSqueak //#define BROWSERPLUGIN ! //#define SQUEAK_BUILTIN_PLUGIN /* replace the image file manipulation macros with functions */ #undef sqImageFile |