ref: 4187e61bfe72342d0665f71e2b1dab2a3c2f9449
parent: 658f26394983864d07fb4792d90578ff7f11d0f0
author: Antoine Leca <[email protected]>
date: Thu Jan 29 06:25:47 EST 2004
* builds/win32/visualc/index.html: detailled explanations about forcing CR+LF line endings for the VC++ project files.
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-01-29 Antoine Leca <[email protected]>
+
+ * builds/win32/visualc/index.html: detailled explanations
+ about forcing CR+LF line endings for the VC++ project files.
+
2004-01-22 Garrick Meeker <[email protected]>
* src/cff/cffload.c (cff_subfont_load): Initialize `dict'.
--- a/builds/win32/visualc/index.html
+++ b/builds/win32/visualc/index.html
@@ -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>