mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
41 lines
1 KiB
HTML
41 lines
1 KiB
HTML
![]() |
<?xml version="1.0" encoding="UTF-8"?>
|
||
|
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
|
||
|
<html xmlns="http://www.w3.org/1999/xhtml" lang="en">
|
||
|
<head>
|
||
|
<title>Microsoft Compilers</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id="lsp">
|
||
|
<h4>Microsoft Compilers</h4>
|
||
|
<table style="border-collapse:collapse">
|
||
|
<thead>
|
||
|
<tr>
|
||
|
<th>Compiler</th>
|
||
|
<th>Vendor</th>
|
||
|
<th>Language</th>
|
||
|
<th>Macros</th>
|
||
|
<th>Include directories</th>
|
||
|
<th>
|
||
|
System include
|
||
|
<br />
|
||
|
directories
|
||
|
</th>
|
||
|
<th>Compiler executables</th>
|
||
|
</tr>
|
||
|
</thead>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<td>cl</td>
|
||
|
<td>Microsoft</td>
|
||
|
<td>C/C++</td>
|
||
|
<td>Yes</td>
|
||
|
<td>Yes</td>
|
||
|
<td>No</td>
|
||
|
<td>cl, cl.exe</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|