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

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&reg; Visual C++&reg;
.NET. The application binary file is named <code>nmake.exe</code> on Microsoft Windows&reg; and <code>nmake</code> on
UNIX system-based platforms.</p>
<p>This tool is documented in the Visual C++&reg; .NET documentation or in the
Microsoft MSDN&reg; 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>