[Vm-dev] [OpenSmalltalk/opensmalltalk-vm] dc72ba: Update MSVC makefiles so that at least the 64-bit ...

Eliot Miranda noreply at github.com
Tue Apr 7 23:44:52 UTC 2020


  Branch: refs/heads/Cog
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: dc72ba5b62740c8496e0ce29e57a3422c394b614
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/dc72ba5b62740c8496e0ce29e57a3422c394b614
  Author: Eliot Miranda <eliot.miranda at gmail.com>
  Date:   2020-04-07 (Tue, 07 Apr 2020)

  Changed paths:
    M build.win32x86/common/MAKEASSERT.BAT
    M build.win32x86/common/MAKEDEBUG.BAT
    M build.win32x86/common/MAKEFAST.BAT
    M build.win32x86/common/Makefile.msvc
    M build.win32x86/common/Makefile.msvc.clang.rules
    M build.win32x86/common/Makefile.msvc.flags
    M build.win32x86/common/Makefile.msvc.rules
    M build.win64x64/common/MAKEASSERT.BAT
    M build.win64x64/common/MAKEDEBUG.BAT
    M build.win64x64/common/MAKEFAST.BAT
    M build.win64x64/common/Makefile.msvc
    M build.win64x64/common/Makefile.msvc.clang.rules
    M build.win64x64/common/Makefile.msvc.flags
    M build.win64x64/common/Makefile.msvc.rules
    M build.win64x64/common/Makefile.msvc.tools
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/README.6b2
    R platforms/Cross/plugins/JPEGReadWriter2Plugin/ReadMe.txt
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/jdphuff.c
    M platforms/Cross/plugins/JPEGReadWriter2Plugin/jmorecfg.h
    M platforms/win32/vm/sqWin32.h

  Log Message:
  -----------
  Update MSVC makefiles so that at least the 64-bit VM can be built using Clang.
Building the 32-bit VM should be as simple as using -m32 and defining LP32.
Needed to change a few details in JPEGReadWriter2Plugin and sqWin32.h, nothing
harmful or significant.  Nuked an ancient content-free file in the JPEG plugin.




More information about the Vm-dev mailing list