[OpenSmalltalk/opensmalltalk-vm] 6474d5: Compile SqueakSSL for Squeak VM on windows 32bits

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

[OpenSmalltalk/opensmalltalk-vm] 6474d5: Compile SqueakSSL for Squeak VM on windows 32bits

Eliot Miranda-3
 
  Branch: refs/heads/CompileSqueakSSLOnWindows
  Home:   https://github.com/OpenSmalltalk/opensmalltalk-vm
  Commit: 6474d573fb3c9ad6c703a599a532bf6e471ccc2b
      https://github.com/OpenSmalltalk/opensmalltalk-vm/commit/6474d573fb3c9ad6c703a599a532bf6e471ccc2b
  Author: Nicolas Cellier <[hidden email]>
  Date:   2017-08-29 (Tue, 29 Aug 2017)

  Changed paths:
    M .appveyor.yml
    M build.win32x86/squeak.cog.spur/plugins.ext
    M build.win32x86/squeak.cog.v3/plugins.ext
    M build.win32x86/squeak.sista.spur/plugins.ext
    M build.win32x86/squeak.stack.spur/plugins.ext
    M build.win32x86/squeak.stack.v3/plugins.ext

  Log Message:
  -----------
  Compile SqueakSSL for Squeak VM on windows 32bits

Note: use the mingw64-%MINGW_ARCH%-openssl package provided by cygwin for cross compilation to mingw target
contrarily to pharo-vm which recompile openssl from source

Note2: the plugin does not compile yet on win64, types have to be reviewed (int does not match sqInt for example)