[OpenSmalltalk/opensmalltalk-vm] acaf28: Win32:

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

[OpenSmalltalk/opensmalltalk-vm] acaf28: Win32:

Eliot Miranda-3
 
  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: acaf284cc026022c08bf5a76742226ff4ebe2a41
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/acaf284cc026022c08bf5a76742226ff4ebe2a41
  Author: Eliot Miranda <[hidden email]>
  Date:   2020-05-07 (Thu, 07 May 2020)

  Changed paths:
    M build.win32x86/common/Makefile.msvc.tools
    M build.win64x64/common/Makefile.msvc.tools
    M platforms/Cross/third-party/fdlibm/fdlibm.h
    M platforms/win32/vm/sqWin32ExternalPrims.c

  Log Message:
  -----------
  Win32:
Guard some fdlibm.h defines to avoid warnings on Win32.
Make sure the msvc makefile suite builds a UNICODE VM (why doesn't the cygwin
makefile suite do the same?!?!?).
Don't add ".dll" to the end of module names that already have ".dll" added.