mirror of
https://github.com/SSCLI/sscli_20021101
synced 2026-06-08 12:28:57 +00:00
9fa3874800
Moved the original file to the archive subfolder.
43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html>
|
|
<head>
|
|
<title>Make Utility (nmake.exe)</title>
|
|
<link rel="stylesheet" type="text/css" href="../rotor.css">
|
|
</head>
|
|
<body>
|
|
|
|
<h1>Make Utility (nmake.exe/nmake)</h1>
|
|
|
|
|
|
<p>This Shared Source CLI build tool is a port of the Microsoft Program
|
|
Maintenance Utility that is included with Microsoft® Visual C++®
|
|
.NET. The application binary file is named <code>nmake.exe</code> on Microsoft Windows® and <code>nmake</code> on
|
|
UNIX system-based platforms.</p>
|
|
|
|
|
|
<p>This tool is documented in the Visual C++® .NET documentation or in the
|
|
Microsoft MSDN® documentation:</p>
|
|
|
|
|
|
<blockquote>
|
|
|
|
|
|
<p>
|
|
<a href="http://msdn.microsoft.com/library/en-us/vccore/html/_asug_Overview.3a_.NMAKE_Reference.asp">
|
|
msdn.microsoft.com/library/en-us/vccore/html/_asug_Overview.3a_.NMAKE_Reference.asp</a> </p>
|
|
|
|
|
|
</blockquote>
|
|
|
|
|
|
<p>
|
|
The source code for this tool can be found in the <a href="../../tools/build">
|
|
sscli\tools\build</a> directory.</p>
|
|
|
|
|
|
<hr>
|
|
|
|
|
|
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
|
|
</body>
|
|
</html> |