mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
46 lines
745 B
HTML
46 lines
745 B
HTML
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
<html>
|
||
|
<head>
|
||
|
<title>about:buildconfig</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<h1>about:buildconfig</h1>
|
||
|
<p> </p>
|
||
|
<h2>Build platform</h2>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<th>target</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>@target@</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<p> </p>
|
||
|
<h2>Build tools</h2>
|
||
|
<table>
|
||
|
<tbody>
|
||
|
<tr>
|
||
|
<th>Compiler</th>
|
||
|
<th>Version</th>
|
||
|
<th>Compiler flags</th>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>@CC@</td>
|
||
|
<td>@CC_VERSION@</td>
|
||
|
<td>@CFLAGS@</td>
|
||
|
</tr>
|
||
|
<tr>
|
||
|
<td>@CXX@</td>
|
||
|
<td>@CXX_VERSION@</td>
|
||
|
<td>@CXXFLAGS@ @CPPFLAGS@</td>
|
||
|
</tr>
|
||
|
</tbody>
|
||
|
</table>
|
||
|
<p> </p>
|
||
|
<h2>Configure arguments</h2>
|
||
|
@ac_configure_args@
|
||
|
</body>
|
||
|
</html>
|