summaryrefslogtreecommitdiff
path: root/builds/amiga
diff options
context:
space:
mode:
authorDetlef Würkner <tetisoft@apg.lahn.de>2005-11-25 08:02:57 +0000
committerDetlef Würkner <tetisoft@apg.lahn.de>2005-11-25 08:02:57 +0000
commit6e0d20bbbd0add9c8a6f001c69d72f749ec12459 (patch)
tree433b7f1b3c2c5cebe5752de5a0810b0ec0d8c4cd /builds/amiga
parentba0893c915781d7d036d720c7811de798545b793 (diff)
downloadfreetype2-6e0d20bbbd0add9c8a6f001c69d72f749ec12459.tar.gz
Adjusted the compiler options to the current sources.
Diffstat (limited to 'builds/amiga')
-rw-r--r--builds/amiga/smakefile10
1 files changed, 5 insertions, 5 deletions
diff --git a/builds/amiga/smakefile b/builds/amiga/smakefile
index 543b7a92c..5a9a2733d 100644
--- a/builds/amiga/smakefile
+++ b/builds/amiga/smakefile
@@ -76,7 +76,7 @@ CPU = 68000
OPTIMIZER = optinlocal
-SCFLAGS = optimize opttime optsched strmerge strsect=near idlen=40 cpu=$(CPU)\
+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
@@ -97,8 +97,8 @@ assign:
# uses separate object modules in lib to make for easier debugging
# also, can make smaller programs if entire engine is not used
-ft2_$(CPU).lib: $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o # gzip.o
- oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o
+ft2_$(CPU).lib: $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o
+ oml $@ r $(OBJBASE) $(OBJAFIT) $(OBJOTV) $(OBJPS) $(OBJRASTER) $(OBJSFNT) $(OBJCACHE) $(OBJFONTD) lzw.o gzip.o
clean:
-delete \#?.o
@@ -172,7 +172,7 @@ psaux.o: $(CORE)psaux/psaux.c
# freetype library PS glyph names module
#
psnames.o: $(CORE)psnames/psnames.c
- sc $(SCFLAGS) objname=$@ $<
+ sc $(SCFLAGS) code=far objname=$@ $<
#
# freetype library monochrome raster module
@@ -249,7 +249,7 @@ pcf.o: $(CORE)pcf/pcf.c
# freetype library gzip support for compressed PCF bitmap fonts
#
gzip.o: $(CORE)gzip/ftgzip.c
- sc $(SCFLAGS) objname=$@ $<
+ sc $(SCFLAGS) define FAR objname=$@ $<
#
# freetype library compress support for compressed PCF bitmap fonts