28 Oct
2019
28 Oct
'19
8:59 a.m.
64-bit MSVC is nearly supported. The currently blocking issue is some problem with cl_asm.S.
MSVC does not recognize the .S extension. That can be solved by adding the switch -TC in the .S.lo rule of the Makefile|:| |$(AM_V_CPPAS_no)$(LTCPPASCOMPILE) -TC -c -o $@ $< |