shithub: freetype+ttf2subf

Download patch

ref: a4dbed30b2c9633c4dd5564afcca9923ab5c7583
parent: 8a62ea2517f1cc8ceea7a0bd13a544cffb17e06c
author: Werner Lemberg <[email protected]>
date: Mon May 23 08:01:39 EDT 2005

* src/base/rules.mk (BASE_SRC): Don't add ftsynth.c here but...
(BASE_EXT_SRC): Here.

git/fs: mount .git/fs: mount/attach disallowed
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2005-05-23  Werner Lemberg  <[email protected]>
+
+	* src/base/rules.mk (BASE_SRC): Don't add ftsynth.c here but...
+	(BASE_EXT_SRC): Here.
+
 2005-05-22  Werner Lemberg  <[email protected]>
 
 	* src/base/ftrfork.c (raccess_guess_apple_generic): Mark
--- a/src/base/rules.mk
+++ b/src/base/rules.mk
@@ -3,7 +3,7 @@
 #
 
 
-# Copyright 1996-2000, 2002, 2003, 2004 by
+# Copyright 1996-2000, 2002, 2003, 2004, 2005 by
 # David Turner, Robert Wilhelm, and Werner Lemberg.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -41,7 +41,6 @@
             $(BASE_DIR)/ftoutln.c  \
             $(BASE_DIR)/ftrfork.c  \
             $(BASE_DIR)/ftstream.c \
-            $(BASE_DIR)/ftsynth.c  \
             $(BASE_DIR)/fttrigon.c \
             $(BASE_DIR)/ftutil.c
 
@@ -59,6 +58,7 @@
                 $(BASE_DIR)/ftotval.c  \
                 $(BASE_DIR)/ftpfr.c    \
                 $(BASE_DIR)/ftstroke.c \
+                $(BASE_DIR)/ftsynth.c  \
                 $(BASE_DIR)/fttype1.c  \
                 $(BASE_DIR)/ftwinfnt.c \
                 $(BASE_DIR)/ftxf86.c