summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2002-03-16 07:45:22 +0000
committerWerner Lemberg <wl@gnu.org>2002-03-16 07:45:22 +0000
commit63bf2d8a9b89531f4fa794407f6ffecd0f648bca (patch)
tree55f3b30d2873c53fd5212eda24ebd67c71259d61
parent04baeb8997f265c41c67544d232ff775090a0381 (diff)
downloadfreetype2-63bf2d8a9b89531f4fa794407f6ffecd0f648bca.tar.gz
* builds/win32/visualc/{freetype.dsp,index.html}: Update to 2.0.9.
-rw-r--r--ChangeLog17
-rw-r--r--builds/win32/visualc/freetype.dsp16
-rw-r--r--builds/win32/visualc/index.html12
3 files changed, 25 insertions, 20 deletions
diff --git a/ChangeLog b/ChangeLog
index 724395802..e345804fc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,12 @@
-2002-03-13 Antoine Leca <antoine@oriolnet.com>
+2002-03-15 Werner Lemberg <wl@gnu.org>
- * include/freetype/config/ftoption.h: changed the automatic detection
- of Microsoft C compilers to automatically support 64-bit integers only
- since revision 9.00 (i.e. >= Visual C++ 2.0)
+ * builds/win32/visualc/{freetype.dsp,index.html}: Update to 2.0.9.
+
+2002-03-13 Antoine Leca <antoine@oriolnet.com>
+
+ * include/freetype/config/ftoption.h: Changed the automatic detection
+ of Microsoft C compilers to automatically support 64-bit integers
+ only since revision 9.00 (i.e. >= Visual C++ 2.0).
2002-03-08 David Turner <david@freetype.org>
@@ -12,8 +16,9 @@
* README: updating the FTP addresses of the documentation
* Jamfile.in, Jamfile: Adding the template file that will be used to
- support libtool with Jam on Unix in the near future. I have experimented
- with this and haven't found a valid solution for now though.. :-(
+ support libtool with Jam on Unix in the near future. I have
+ experimented with this and haven't found a valid solution for now
+ though. :-(
2002-03-08 Werner Lemberg <wl@gnu.org>
diff --git a/builds/win32/visualc/freetype.dsp b/builds/win32/visualc/freetype.dsp
index 7ffd16423..be48e1d56 100644
--- a/builds/win32/visualc/freetype.dsp
+++ b/builds/win32/visualc/freetype.dsp
@@ -54,7 +54,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype206.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype209.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug"
@@ -78,7 +78,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype206_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype209_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Multithreaded"
@@ -103,7 +103,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"lib\freetype200b8_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype206MT_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype209MT_D.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Multithreaded"
@@ -127,7 +127,7 @@ BSC32=bscmake.exe
# ADD BSC32 /nologo
LIB32=link.exe -lib
# ADD BASE LIB32 /nologo /out:"lib\freetype200b8.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype206MT.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype209MT.lib"
!ELSEIF "$(CFG)" == "freetype - Win32 Release Singlethreaded"
@@ -151,8 +151,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype206.lib"
-# ADD LIB32 /out:"..\..\..\objs\freetype206ST.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype209.lib"
+# ADD LIB32 /out:"..\..\..\objs\freetype209ST.lib"
# SUBTRACT LIB32 /nologo
!ELSEIF "$(CFG)" == "freetype - Win32 Debug Singlethreaded"
@@ -177,8 +177,8 @@ BSC32=bscmake.exe
# ADD BASE BSC32 /nologo
# ADD BSC32 /nologo
LIB32=link.exe -lib
-# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype206_D.lib"
-# ADD LIB32 /nologo /out:"..\..\..\objs\freetype206ST_D.lib"
+# ADD BASE LIB32 /nologo /out:"..\..\..\objs\freetype209_D.lib"
+# ADD LIB32 /nologo /out:"..\..\..\objs\freetype209ST_D.lib"
!ENDIF
diff --git a/builds/win32/visualc/index.html b/builds/win32/visualc/index.html
index 4f365c953..e91e98eab 100644
--- a/builds/win32/visualc/index.html
+++ b/builds/win32/visualc/index.html
@@ -8,14 +8,14 @@
<p>This directory contains a project file for Visual C++, named
<tt>freetype.dsp</tt>. It will compile the following libraries
- from the FreeType 2.0.4 sources:</p>
+ from the FreeType 2.0.9 sources:</p>
<ul>
<pre>
- freetype204.lib - release build; single threaded
- freetype204_D.lib - debug build; single threaded
- freetype204MT.lib - release build; multi-threaded
- freetype204MT_D.lib - debug build; multi-threaded
+ freetype209.lib - release build; single threaded
+ freetype209_D.lib - debug build; single threaded
+ freetype209MT.lib - release build; multi-threaded
+ freetype209MT_D.lib - debug build; multi-threaded
</pre>
</ul>
@@ -24,4 +24,4 @@
<p>Enjoy :-)</p>
</body>
-</html> \ No newline at end of file
+</html>