From 4187e61bfe72342d0665f71e2b1dab2a3c2f9449 Mon Sep 17 00:00:00 2001 From: Antoine Leca Date: Thu, 29 Jan 2004 11:25:47 +0000 Subject: [PATCH] * builds/win32/visualc/index.html: detailled explanations about forcing CR+LF line endings for the VC++ project files. --- ChangeLog | 5 +++++ builds/win32/visualc/index.html | 9 +++++++++ 2 files changed, 14 insertions(+) diff --git a/ChangeLog b/ChangeLog index 413391c11..fd7762848 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2004-01-29 Antoine Leca + + * builds/win32/visualc/index.html: detailled explanations + about forcing CR+LF line endings for the VC++ project files. + 2004-01-22 Garrick Meeker * 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 @@ +

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 +WinZip, 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. +

Build directories are placed in the top-level "objs" directory

Enjoy :-)