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

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

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

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/d485f8e94961b4dc1fc623ebc3aea35dbdc2c3e2
  Author: Eliot Miranda <[hidden email]>
  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.