/[freetype]/freetype2/builds/amiga/README
ViewVC logotype

Diff of /freetype2/builds/amiga/README

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.3 by werner, Sat Jan 19 02:20:45 2002 UTC revision 1.4 by wl, Fri Mar 25 22:18:01 2005 UTC
# Line 1  Line 1 
1    The   makefile.os4  is  for  the  AmigaOS4  SDK.  To  use   it,   type
2    "make -f makefile.os4", it produces a link library libft2_ppc.a.
3    
4  The makefile is  for ppc-morphos-gcc-2.95.3-bin.tgz (gcc 2.95.3 hosted  The makefile is  for ppc-morphos-gcc-2.95.3-bin.tgz (gcc 2.95.3 hosted
5  on       68k-Amiga      producing       MorphOS-PPC-binaries      from  on       68k-Amiga      producing       MorphOS-PPC-binaries      from
6  http://www.morphos.de).  To  use it, type "make  assign", then "make";  http://www.morphos.de).  To  use it, type "make  assign", then "make";
# Line 43  directory.  The results are: Line 46  directory.  The results are:
46    exit().  For  debugging of  Amiga run-time shared  system libraries.    exit().  For  debugging of  Amiga run-time shared  system libraries.
47    Source code is in src/base/ftdebug.c.    Source code is in src/base/ftdebug.c.
48    
49  - NO ftinit.o.   Since linking  with a link  library should  result in  - NO ftinit.o. Because  linking  with a link library should  result in
50    linking  only  the  needed   object  modules  in  it,  but  standard    linking  only  the  needed   object  modules  in  it,  but  standard
51    ftsystem.o would  force ALL FreeType2  modules to be linked  to your    ftsystem.o would  force ALL FreeType2  modules to be linked  to your
52    program,  I decided  to use  a different  scheme: You  must #include    program,  I decided  to use  a different  scheme: You  must #include
# Line 59  To use in your own programs: Line 62  To use in your own programs:
62    the #define statements for the FreeType2 modules you need.    the #define statements for the FreeType2 modules you need.
63    
64  - You  can  use  either  PARAMETERS=REGISTER or  PARAMETERS=STACK  for  - You  can  use  either  PARAMETERS=REGISTER or  PARAMETERS=STACK  for
65    calling  the FreeType2  functions, since  the link  library  and the    calling  the FreeType2 functions, because the link  library  and the
66    object files are compiled with PARAMETERS=BOTH.    object files are compiled with PARAMETERS=BOTH.
67    
68  - "smake assign" (assign "FT:" to the FreeType2 main directory).  - "smake assign" (assign "FT:" to the FreeType2 main directory).

Legend:
Removed from v.1.3  
changed lines
  Added in v.1.4

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26