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

62 lines
1.5 KiB
HTML

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title>Internal Resource Compiler (internalresgen.exe/resgen)</title>
<link rel="stylesheet" type="text/css" href="../rotor.css">
</head>
<body>
<h1>Internal Resource Generator (internalresgen.exe/resgen)</h1>
<p>Converts a text file to a binary .resources file.&nbsp; This tool is a simple
unmanaged version of the <a href="../tools/resgen.html">Resource Generator tool
</a>that is used during the build process
before the managed implementation of Resource Generator is built and available for use.</p>
<p>The application file for this tool is named resgen.exe on Microsoft&reg; Windows&reg;
and resgen on UNIX system-based platforms.</p>
<p>The input text file must have the following format:</p>
<blockquote>
<p><br>
# Use # at the beginning of a line for a comment character.<br>
name=value<br>
more elaborate name=value 2</p>
</blockquote>
<h4>Usage</h4>
<blockquote>
<PRE><b>internalresgen.exe</b><i>filename [outputfile]</i></PRE>
</blockquote>
<table border=1 width="90%">
<TR VALIGN="top">
<TH width=30%>Argument</TH>
<TH width=70%>Description</TH>
</TR>
<tr>
<TD width=30%><i>filename </i> </TD>
<TD width=70%>Name of input text file.</TD>
</tr>
<TR VALIGN="top">
<TD width=30%><i>outputfile</i></TD>
<TD width=70%>Name of output .resources binary file.&nbsp; </TD>
</TR>
</table>
<br>
<hr>
<p><i>Copyright (c) 2002 Microsoft Corporation. All rights reserved.</i></p>
</body>
</html>