History log of /ext-fiber/config.w32 (Results 1 – 11 of 11)
Revision Date Author Comments
# 324c0e5e 09-Apr-2021 Aaron Piotrowski

Simplify further


# b8846682 09-Apr-2021 Aaron Piotrowski

Use Makefile fragment on Windows


# 04cf1476 08-Apr-2021 Aaron Piotrowski

A few minor fixes and nits


# 485afb2e 03-Apr-2021 Aaron Piotrowski

Fix header installs


# f6b7f73b 27-Mar-2021 Aaron Piotrowski

Fix 32-bit Windows


# 459d93d5 27-Mar-2021 Christoph M. Becker

Fix Windows build

This is a super hacky solution, but should work for any shared builds.
First we need to fix the obj filenames, since these are expected in the
src/ subfolder. To t

Fix Windows build

This is a super hacky solution, but should work for any shared builds.
First we need to fix the obj filenames, since these are expected in the
src/ subfolder. To trigger their compilation, we write the required
dependency rules manually to the Makefile. Finally we add the assembler
obj files as LD_FLAGS.

A clean solution would be to support asm files as source files in the
Windows build chain. If that does not happen, at least we should use
a Makefile.fragment, to avoid the dependency on `MFO`. We also should
strive to minimize the use of global variables in config.w32.

show more ...


# 319d0a7c 27-Mar-2021 Aaron Piotrowski

Try ASM on Windows


# 34e933cc 29-Dec-2020 Bob Weinand

Fix windows compilation


# 1e56de31 22-Nov-2020 Christoph M. Becker

Fix Windows build


# 1b40687d 01-Sep-2020 Aaron Piotrowski

Rename to ext-fiber

Renamed Fiber::yield() to Fiber::suspend()


# 314f8628 25-Jun-2018 Martin Schröder

Imported native fibers into new task extension.