summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntoine Leca <antoine-freetype@leca-marti.org>2004-01-29 11:25:47 +0000
committerAntoine Leca <antoine-freetype@leca-marti.org>2004-01-29 11:25:47 +0000
commit0c61490afb26ec3c684273e8bdff7157911090ba (patch)
treed055510f9ae6939decc03fdeb042e2f398352c06
parenta078e836ca05c48350f5eed4edfc72090a508055 (diff)
downloadfreetype2-0c61490afb26ec3c684273e8bdff7157911090ba.tar.gz
* builds/win32/visualc/index.html: detailled explanations
about forcing CR+LF line endings for the VC++ project files.
-rw-r--r--ChangeLog5
-rw-r--r--builds/win32/visualc/index.html9
2 files changed, 14 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 413391c11..fd7762848 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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'.
diff --git a/builds/win32/visualc/index.html b/builds/win32/visualc/index.html
index d491c5a5d..f17246a11 100644
--- 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>