|
From: John M M. <jo...@us...> - 2002-05-09 19:28:07
|
Update of /cvsroot/squeak/squeak/platforms/Mac OS/vm
In directory usw-pr-cvs1:/tmp/cvs-serv30712/squeak/platforms/Mac OS/vm
Modified Files:
sqPlatformSpecific.h
Log Message:
3.2.7b4 Add def for building as a PLUGIN (Netscape plugin)
Index: sqPlatformSpecific.h
===================================================================
RCS file: /cvsroot/squeak/squeak/platforms/Mac OS/vm/sqPlatformSpecific.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** sqPlatformSpecific.h 27 Apr 2002 19:04:21 -0000 1.8
--- sqPlatformSpecific.h 9 May 2002 19:28:04 -0000 1.9
***************
*** 10,13 ****
--- 10,14 ----
*
* Jan 22nd 2002, JMM type for squeak file offset
+ * May 5th, 2002, JMM added define for PLUGIN for CW
*
How to use this file:
***************
*** 19,26 ****
the other header files generic across platforms. To override a definition or
macro from sq.h, you must first #undef it, then provide the new definition.
*/
#ifdef macintoshSqueak
!
/* replace the image file manipulation macros with functions */
#undef sqImageFile
--- 20,29 ----
the other header files generic across platforms. To override a definition or
macro from sq.h, you must first #undef it, then provide the new definition.
+
+ Define PLUGIN for Netscape Plugin building, needed for CodeWarrior
*/
#ifdef macintoshSqueak
! //#define PLUGIN
/* replace the image file manipulation macros with functions */
#undef sqImageFile
|