Branch: refs/heads/Cog
Home:
https://github.com/OpenSmalltalk/opensmalltalk-vm Commit: 3a4ebae28c183dd49ea9e494cd7bcd2ec0d687fa
https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/3a4ebae28c183dd49ea9e494cd7bcd2ec0d687fa Author: Eliot Miranda <
[hidden email]>
Date: 2020-04-01 (Wed, 01 Apr 2020)
Changed paths:
A build.win32x86/common/MAKEASSERT.BAT
A build.win32x86/common/MAKEDEBUG.BAT
A build.win32x86/common/MAKEFAST.BAT
A build.win32x86/common/SETPATH.BAT
A build.win64x64/common/MAKEASSERT.BAT
A build.win64x64/common/MAKEDEBUG.BAT
A build.win64x64/common/MAKEFAST.BAT
M build.win64x64/common/Makefile.msvc.tools
A build.win64x64/common/SETPATH.BAT
M platforms/Cross/vm/sq.h
M platforms/win32/plugins/FileAttributesPlugin/Makefile.msvc
M platforms/win32/plugins/FileAttributesPlugin/faSupport.c
M src/plugins/FileAttributesPlugin/FileAttributesPlugin.c
Log Message:
-----------
FileAttributesPlugin as per FileAttributesPlugin.oscog-eem.55. Get the plugin
to build under MSVC.
Windows builds: Provide convenience batch files for building under MSVC.
Fix the ifdef that selects the MSVC intrinsic, _MSC_VER *not* MSVC.