<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body text="#000000" bgcolor="#FFFFFF">
<br>
<blockquote type="cite" cite="mid:1636536.YgUIPy1HVY@omega">
<pre class="moz-quote-pre" wrap="">64-bit MSVC is nearly supported. The currently blocking issue is some
problem with cl_asm.S.
</pre>
</blockquote>
<p>MSVC does not recognize the .S extension. That can be solved by
adding the switch -TC in the .S.lo rule of the Makefile<code>:</code></p>
<p><code>$(AM_V_CPPAS_no)$(LTCPPASCOMPILE) -TC -c -o $@ $<<br>
</code></p>
</body>
</html>