[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] d485f8: Fix the mingw Squeak3D build. MSVC defines size_t...

Eliot Miranda noreply at github.com
Sun Sep 27 17:57:47 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-09-27 (Sun, 27 Sep 2020)

  Changed paths:
    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/vm/sqPlatformSpecific.h

  Log Message:
  -----------
  Fix the mingw Squeak3D build.  MSVC defines size_t in vcruntime.h.  But for
mingw we have to pull in corecrt.h.  Also add the VM import library to external
plugin links so that a plugin can see warning et al.




More information about the Vm-dev mailing list