Elaine Gibson
Elaine Gibson
On phone so not checking, but I would guess the issue is that `$< ` only works in suffix rules (eg. `.c.o:`)
Iaito's last stable release is 1 year old and doesn't build against current r2, and even the beta release is 6 months outdated (though it might still build, I'm not...
There will be some eventually, I think its just that iaito isn't stable / consistently being worked on yet. > [12:12] pancake: Right now iaito is broken because im waiting...
I don't think this accounts for mingw's `lib.dll.a` libraries
fixed
> How did it used to work? The version of mingw used in 0.11 includes the WinMain startup code in `crtexe.c`, in later versions it has been moved to a...
In msvc, the linker detects wWinMain/WinMain/wmain/main and chooses the appropriate startup code. In mingw, unicode is enabled by the `-municode` switch and WinMain is called by a fallback implementation of...
a temporary workaround is to set the device's default format to 16bit
see https://github.com/ziglang/translate-c/issues/80