Commit 7d04322e40ccba6a3483ec7ba934629db33388f0

Detlef Würkner 2006-04-05T07:17:12

no message

diff --git a/ChangeLog b/ChangeLog
index 53049bc..b4e575d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2006-04-05  Detlef Würkner  <TetiSoft@apg.lahn.de>
+
+	* builds/amiga/makefile, builds/amiga/makefile.os4,
+	builds/amiga/smakefile: Added FT2_BUILD_LIBRARY define.
+
 2006-04-03  luoyi  <luoyi.ly@gmail.com>
 
 	* builds/compiler/intelc.mk (TE): New variable.
diff --git a/builds/amiga/makefile b/builds/amiga/makefile
index 811c828..fcc1efa 100644
--- a/builds/amiga/makefile
+++ b/builds/amiga/makefile
@@ -5,7 +5,7 @@
 #
 
 
-# Copyright 2005 by
+# Copyright 2005, 2006 by
 # Werner Lemberg and Detlef Würkner.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -56,7 +56,7 @@ CC =     ppc-morphos-gcc
 AR =     ppc-morphos-ar rc
 RANLIB = ppc-morphos-ranlib
 LD =     ppc-morphos-ld
-CFLAGS = -O2 -I/emu/emulinclude/includegcc -I/emu/include -Iinclude -I$(FTSRC) -I/FT/include
+CFLAGS = -DFT2_BUILD_LIBRARY -O2 -I/emu/emulinclude/includegcc -I/emu/include -Iinclude -I$(FTSRC) -I/FT/include
 
 #
 # FreeType2 library base
diff --git a/builds/amiga/makefile.os4 b/builds/amiga/makefile.os4
index 773067b..407436b 100644
--- a/builds/amiga/makefile.os4
+++ b/builds/amiga/makefile.os4
@@ -4,7 +4,7 @@
 #
 
 
-# Copyright 2005 by
+# Copyright 2005, 2006 by
 # Werner Lemberg and Detlef Würkner.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -58,7 +58,7 @@ WARNINGS = -Wall -W -Wundef -Wpointer-arith -Wbad-function-cast \
 
 CPU      = -mcpu=604e
 
-OPTIONS  = -DNDEBUG -fno-builtin
+OPTIONS  = -DFT2_BUILD_LIBRARY -DNDEBUG -fno-builtin
 OPTIMIZE = -O2 -fomit-frame-pointer -fstrength-reduce -finline-functions
 
 CFLAGS   = $(DIRFLAGS) $(WARNINGS) $(FT2FLAGS) $(CPU) $(OPTIONS) $(OPTIMIZE)
diff --git a/builds/amiga/smakefile b/builds/amiga/smakefile
index 5a9a273..bc67cf4 100644
--- a/builds/amiga/smakefile
+++ b/builds/amiga/smakefile
@@ -3,7 +3,7 @@
 #
 
 
-# Copyright 2005 by
+# Copyright 2005,2006 by
 # Werner Lemberg and Detlef Würkner.
 #
 # This file is part of the FreeType project, and may only be used, modified,
@@ -78,7 +78,7 @@ OPTIMIZER = optinlocal
 
 SCFLAGS = optimize opttime optsched strmerge data=faronly idlen=50 cpu=$(CPU)\
 	  idir=include/ idir=$(CORE) idir=FT:include/ nostackcheck nochkabort\
-	  noicons ignore=79,85,110,306 parameters=both
+	  noicons ignore=79,85,110,306 parameters=both define=FT2_BUILD_LIBRARY
 
 LIB  = ft2_$(CPU).lib