[Vm-dev] [commit] r2561 - Accurate comments for plugins.ext, plugins.int & their use in HowToBuild.

commits at squeakvm.org commits at squeakvm.org
Mon Jun 25 23:53:39 UTC 2012


Author: eliot
Date: 2012-06-25 16:53:39 -0700 (Mon, 25 Jun 2012)
New Revision: 2561

Modified:
   branches/Cog/cygwinbuild/HowToBuild
   branches/Cog/cygwinbuild/plugins.ext
   branches/Cog/cygwinbuild/plugins.int
   branches/Cog/macbuild/HowToBuild
   branches/Cog/macbuild/plugins.ext
   branches/Cog/macbuild/plugins.int
   branches/Cog/nsbuild/cygwinbuild/HowToBuild
   branches/Cog/nsbuild/cygwinbuild/plugins.ext
   branches/Cog/nsbuild/cygwinbuild/plugins.int
   branches/Cog/nsbuild/macbuild/plugins.int
   branches/Cog/nsbuild/unixbuild/HowToBuild
   branches/Cog/nsbuild/unixbuild/bld/plugins.ext
   branches/Cog/nsbuild/unixbuild/bld/plugins.int
   branches/Cog/nscogbuild/cygwinbuild/HowToBuild
   branches/Cog/nscogbuild/cygwinbuild/plugins.ext
   branches/Cog/nscogbuild/cygwinbuild/plugins.int
   branches/Cog/nscogbuild/macbuild/plugins.int
   branches/Cog/nscogbuild/unixbuild/HowToBuild
   branches/Cog/nscogbuild/unixbuild/bld/plugins.ext
   branches/Cog/nscogbuild/unixbuild/bld/plugins.int
   branches/Cog/stackbuild/cygwinbuild/HowToBuild
   branches/Cog/stackbuild/cygwinbuild/plugins.ext
   branches/Cog/stackbuild/cygwinbuild/plugins.int
   branches/Cog/stackbuild/macbuild/HowToBuild
   branches/Cog/stackbuild/macbuild/plugins.ext
   branches/Cog/stackbuild/macbuild/plugins.int
   branches/Cog/unixbuild/HowToBuild
   branches/Cog/unixbuild/bld/plugins.ext
   branches/Cog/unixbuild/bld/plugins.int
   branches/Cog/unixbuild/mtbld/plugins.ext
   branches/Cog/unixbuild/mtbld/plugins.int
Log:
Accurate comments for plugins.ext, plugins.int & their use in HowToBuild.


Modified: branches/Cog/cygwinbuild/HowToBuild
===================================================================
--- branches/Cog/cygwinbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/cygwinbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -30,6 +30,8 @@
 4. At the end of this process you should have a brand new Croquet VM in the
    cygwinbuild/build/vm folder (make sure you copy Croquet.map along with it)
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
+
 3a. The cygwin makefile supports building three VM configurations, product,
     assert and debug, building product by default.  To build a configuration
 	simply type make configuration, e.g.

Modified: branches/Cog/cygwinbuild/plugins.ext
===================================================================
--- branches/Cog/cygwinbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/cygwinbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 BochsIA32Plugin \
 SqueakFFIPrims \

Modified: branches/Cog/cygwinbuild/plugins.int
===================================================================
--- branches/Cog/cygwinbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/cygwinbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \

Modified: branches/Cog/macbuild/HowToBuild
===================================================================
--- branches/Cog/macbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/macbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -37,3 +37,5 @@
 
 4. At the end of this process you should have a brand new Croquet.app in the
    macbuild folder (or Fast.app Assert.app and Debug.app if you've used mvm).
+
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.

Modified: branches/Cog/macbuild/plugins.ext
===================================================================
--- branches/Cog/macbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/macbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 BochsIA32Plugin \
 CroquetPlugin \

Modified: branches/Cog/macbuild/plugins.int
===================================================================
--- branches/Cog/macbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/macbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \

Modified: branches/Cog/nsbuild/cygwinbuild/HowToBuild
===================================================================
--- branches/Cog/nsbuild/cygwinbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/cygwinbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -30,6 +30,8 @@
 4. At the end of this process you should have a brand new Croquet VM in the
    cygwinbuild/build/vm folder (make sure you copy Croquet.map along with it)
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
+
 3a. The cygwin makefile supports building three VM configurations, product,
     assert and debug, building product by default.  To build a configuration
 	simply type make configuration, e.g.

Modified: branches/Cog/nsbuild/cygwinbuild/plugins.ext
===================================================================
--- branches/Cog/nsbuild/cygwinbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/cygwinbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,2 +1,2 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../../nssrc/examplePlugins.ext
 EXTERNAL_PLUGINS =

Modified: branches/Cog/nsbuild/cygwinbuild/plugins.int
===================================================================
--- branches/Cog/nsbuild/cygwinbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/cygwinbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../nssrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/nsbuild/macbuild/plugins.int
===================================================================
--- branches/Cog/nsbuild/macbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/macbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../nssrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/nsbuild/unixbuild/HowToBuild
===================================================================
--- branches/Cog/nsbuild/unixbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/unixbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -23,7 +23,9 @@
 
 4. At the end of it you'll get a new VM in the path provided via -prefix
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
 
+
 3a. For an assert-enabled VM do
      ../../../platforms/unix/config/configure --without-vm-display-fbdev --without-npsqueak --with-src=nssrc --disable-cogit CFLAGS="-g -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DNO_VM_PROFILE=1 -DDEBUGVM=0" LIBS=-lpthread
 

Modified: branches/Cog/nsbuild/unixbuild/bld/plugins.ext
===================================================================
--- branches/Cog/nsbuild/unixbuild/bld/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/unixbuild/bld/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,2 +1,2 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../../../nssrc/examplePlugins.ext
 EXTERNAL_PLUGINS = \

Modified: branches/Cog/nsbuild/unixbuild/bld/plugins.int
===================================================================
--- branches/Cog/nsbuild/unixbuild/bld/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nsbuild/unixbuild/bld/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../../nssrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/nscogbuild/cygwinbuild/HowToBuild
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/cygwinbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -30,6 +30,9 @@
 4. At the end of this process you should have a brand new Croquet VM in the
    cygwinbuild/build/vm folder (make sure you copy Croquet.map along with it)
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
+
+
 3a. The cygwin makefile supports building three VM configurations, product,
     assert and debug, building product by default.  To build a configuration
 	simply type make configuration, e.g.

Modified: branches/Cog/nscogbuild/cygwinbuild/plugins.ext
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/cygwinbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,2 +1,2 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../../nscogsrc/examplePlugins.ext
 EXTERNAL_PLUGINS =

Modified: branches/Cog/nscogbuild/cygwinbuild/plugins.int
===================================================================
--- branches/Cog/nscogbuild/cygwinbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/cygwinbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../nscogsrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/nscogbuild/macbuild/plugins.int
===================================================================
--- branches/Cog/nscogbuild/macbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/macbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../nscogsrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/nscogbuild/unixbuild/HowToBuild
===================================================================
--- branches/Cog/nscogbuild/unixbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/unixbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -25,7 +25,9 @@
 
 4. At the end of it you'll get a new VM in the path provided via -prefix
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
 
+
 3a. For an assert-enabled VM do
      ../../../platforms/unix/config/configure --without-vm-display-fbdev --without-npsqueak --with-src=nscogsrc CFLAGS="-g -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DDEBUGVM=0" LIBS="-lpthread -luuid"
 

Modified: branches/Cog/nscogbuild/unixbuild/bld/plugins.ext
===================================================================
--- branches/Cog/nscogbuild/unixbuild/bld/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/unixbuild/bld/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,2 +1,2 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.ext
 EXTERNAL_PLUGINS = \

Modified: branches/Cog/nscogbuild/unixbuild/bld/plugins.int
===================================================================
--- branches/Cog/nscogbuild/unixbuild/bld/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/nscogbuild/unixbuild/bld/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../../nscogsrc/examplePlugins.int
 INTERNAL_PLUGINS = \
 AsynchFilePlugin \
 BMPReadWriterPlugin \

Modified: branches/Cog/stackbuild/cygwinbuild/HowToBuild
===================================================================
--- branches/Cog/stackbuild/cygwinbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/cygwinbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -30,6 +30,9 @@
 4. At the end of this process you should have a brand new Croquet VM in the
    cygwinbuild/build/vm folder (make sure you copy Croquet.map along with it)
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
+
+
 3a. The cygwin makefile supports building three VM configurations, product,
     assert and debug, building product by default.  To build a configuration
 	simply type make configuration, e.g.

Modified: branches/Cog/stackbuild/cygwinbuild/plugins.ext
===================================================================
--- branches/Cog/stackbuild/cygwinbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/cygwinbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# List of external plugins.
+# Copied, perhaps edited, from ../../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 SqueakFFIPrims \
 Win32OSProcessPlugin

Modified: branches/Cog/stackbuild/cygwinbuild/plugins.int
===================================================================
--- branches/Cog/stackbuild/cygwinbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/cygwinbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \

Modified: branches/Cog/stackbuild/macbuild/HowToBuild
===================================================================
--- branches/Cog/stackbuild/macbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/macbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -25,3 +25,5 @@
 
 4. At the end of this process you should have a brand new Croquet.app in the
    macbuild folder (or Fast.app Assert.app and Debug.app if you've used mvm).
+
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.

Modified: branches/Cog/stackbuild/macbuild/plugins.ext
===================================================================
--- branches/Cog/stackbuild/macbuild/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/macbuild/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 CroquetPlugin \
 SqueakFFIPrims \

Modified: branches/Cog/stackbuild/macbuild/plugins.int
===================================================================
--- branches/Cog/stackbuild/macbuild/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/stackbuild/macbuild/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \

Modified: branches/Cog/unixbuild/HowToBuild
===================================================================
--- branches/Cog/unixbuild/HowToBuild	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/unixbuild/HowToBuild	2012-06-25 23:53:39 UTC (rev 2561)
@@ -37,7 +37,9 @@
 
 4. At the end of it you'll get a new VM in the path provided via -prefix
 
+N.B. The plugin set is defined by plugins.ext and plugins.int in the build dir.
 
+
 3a. For an assert-enabled VM do
      ../../platforms/unix/config/configure --without-npsqueak CFLAGS="-g -O1 -msse2 -D_GNU_SOURCE -D_FILE_OFFSET_BITS=64 -DITIMER_HEARTBEAT=1 -DNO_VM_PROFILE=1 -DCOGMTVM=0 -DDEBUGVM=0" LIBS=-lpthread
 

Modified: branches/Cog/unixbuild/bld/plugins.ext
===================================================================
--- branches/Cog/unixbuild/bld/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/unixbuild/bld/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
 BochsIA32Plugin \

Modified: branches/Cog/unixbuild/bld/plugins.int
===================================================================
--- branches/Cog/unixbuild/bld/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/unixbuild/bld/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \

Modified: branches/Cog/unixbuild/mtbld/plugins.ext
===================================================================
--- branches/Cog/unixbuild/mtbld/plugins.ext	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/unixbuild/mtbld/plugins.ext	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for external plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.ext
 EXTERNAL_PLUGINS = \
 B3DAcceleratorPlugin \
 BochsIA32Plugin \

Modified: branches/Cog/unixbuild/mtbld/plugins.int
===================================================================
--- branches/Cog/unixbuild/mtbld/plugins.int	2012-06-22 01:46:42 UTC (rev 2560)
+++ branches/Cog/unixbuild/mtbld/plugins.int	2012-06-25 23:53:39 UTC (rev 2561)
@@ -1,4 +1,4 @@
-# Automatically generated makefile include for internal plugins
+# Copied, perhaps edited, from ../../src/examplePlugins.int
 INTERNAL_PLUGINS = \
 ADPCMCodecPlugin \
 AsynchFilePlugin \



More information about the Vm-dev mailing list