* builds/win32/visualc/index.html: detailled explanations

about forcing CR+LF line endings for the VC++ project files.
This commit is contained in:
Antoine Leca 2004-01-29 11:25:47 +00:00
parent a078e836ca
commit 0c61490afb
2 changed files with 14 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2004-01-29 Antoine Leca <Antoine-Freetype@Leca-Marti.org>
* builds/win32/visualc/index.html: detailled explanations
about forcing CR+LF line endings for the VC++ project files.
2004-01-22 Garrick Meeker <garrick@digitalanarchy.com>
* src/cff/cffload.c (cff_subfont_load): Initialize `dict'.

View File

@ -19,6 +19,15 @@
</pre>
</ul>
<p>Be sure to extract the files with the Windows (CR+LF) line endings.
ZIP archives are already stored this way, so no further step is required.
If you use some .tar.*z archives, be sure to configure your extracting
tool to convert the line endings. For example, with
<a href="http://www.winzip.com">WinZip</a>, you should set the "TAR file
smart CR/LF Conversion" option on. Alternatively, you may consider using
the "unix2dos" or "u2d" utilities that are floating around, which
specifically deal with this particular problem.
<p>Build directories are placed in the top-level "objs" directory</p>
<p>Enjoy :-)</p>