Files
yallie 9fa3874800 Added the contents of the archive.
Moved the original file to the archive subfolder.
2017-11-20 16:11:42 +03:00

81 lines
2.9 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<link rel="stylesheet" type="text/css" href="../rotor.css">
<TITLE>Shared Source CLI Build Tools</TITLE>
</head>
<body>
<h1>Shared Source CLI Build Tools</h1>
<p>The tools below are used by the Shared Source CLI (SSCLI) build process.&nbsp; These tools
are intended for use with the SSCLI build process and are only documented
sufficiently for that purpose although they include more advanced
functionality.</p>
<p>An overview of the SSCLI build process can be found in
<a href="building_sscli.html">building_sscli.html</a>.</p>
<p>The path to the root directory of the SSCLI source tree is designated below
as sscli<i>, </i>which is the default root directory created when the archive is
expanded<i>. </i>&nbsp;If the SSCLI source were unpacked on Microsoft&reg; Windows&reg;,
this would represent a path such as C:\sscli.</p>
<table border=1 width="90%">
<TR VALIGN="top">
<TH width="33%">Tool</TH>
<TH width="33%">Description</TH>
<TH width="33%">Source location</TH>
</TR>
<tr>
<TD width="33%"><a href="binplace.html">Build Output Manager (binplace.exe)</a></TD>
<TD width="33%">Manages the temporary locations
of built files within the source tree and a final build output location.</TD>
<TD width="33%">sscli\tools\binplace<p>Search for file: binplace.c.</TD>
</tr>
<TR VALIGN="top">
<TD width="33%"><a href="buildutility.html">Build Driver Utility (build.exe)</a></TD>
<TD width="33%">Drives the SSCLI build process by consuming dirs and sources files and driving a
general make program.&nbsp; </TD>
<TD width="33%">sscli\tools\build<p>Search for file:&nbsp; build.c.</TD>
</TR>
<TR VALIGN="top">
<TD width="33%"><a href="buildall.html">Buildall Build Script</a></TD>
<TD width="33%">Builds the entire SSCLI tree including build tools.</TD>
<TD width="33%">sscli</TD>
</TR>
<TR VALIGN="top">
<TD width="33%"><a href="internalresgen.html">Internal Resource Compiler
(internalresgen.exe)</a></TD>
<TD width="33%">A special bootstrapping resource compiler that generates managed resources before the entire tree is built.</TD>
<TD width="33%">sscli\clr\src\tools\internalresgen<p>Search for
file:&nbsp; internalresgen.cpp.</TD>
</TR>
<TR VALIGN="top">
<TD width="33%"><a href="nmake.html">Make Utility (nmake.exe)</a></TD>
<TD width="33%">Builds projects based on commands contained in a makefile.<br>
&nbsp;</TD>
<TD width="33%">sscli\tools\nmake<p>Search for file:&nbsp;
nmake.cpp.</TD>
</TR>
<TR VALIGN="top">
<TD width="33%"><a href="resourcecompiler.html">Resource Compiler
(resourcecompiler.exe)</a></TD>
<TD width="33%">Creates platform-independent .satellite text resource
files to support unmanaged Rotor support applications.</TD>
<TD width="33%">sscli\tools\resourcecompiler<p>Search for file:&nbsp;
rc.c.</TD>
</TR>
</table>
<br>
<hr>
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
</body>
</HTML>