[OpenSmalltalk/opensmalltalk-vm] 5dd766: Implement the PREREQUISITES plugin exclusion mecha...

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

[OpenSmalltalk/opensmalltalk-vm] 5dd766: Implement the PREREQUISITES plugin exclusion mecha...

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 5dd7668b8d91f0bf789537cfc435a15c8935acc1
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/5dd7668b8d91f0bf789537cfc435a15c8935acc1
  Author: Eliot Miranda <[hidden email]>
  Date:   2017-05-28 (Sun, 28 May 2017)

  Changed paths:
    M build.macos32x86/common/Makefile.plugin
    M build.macos64x64/common/Makefile.plugin
    M build.win32x86/common/Makefile
    M build.win32x86/common/Makefile.plugin
    M build.win64x64/common/Makefile
    M build.win64x64/common/Makefile.plugin
    M platforms/win32/plugins/BochsIA32Plugin/Makefile.plugin
    M platforms/win32/plugins/BochsX64Plugin/Makefile.plugin

  Log Message:
  -----------
  Implement the PREREQUISITES plugin exclusion mechanism for win32/64.
Provide the same mechanism for Pharo dylib plugins on Mac OS X.
Restore the dependency on the plugin makefile for win32.  If the plugin
makefile changes in any way we *should* rebuild the plugin; flags may have
been changed, etc.