* builds/win32/visualc/index.html: detailled explanations
about forcing CR+LF line endings for the VC++ project files.
This commit is contained in:
parent
658f263949
commit
4187e61bfe
@ -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'.
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user