summaryrefslogtreecommitdiff
path: root/Build/source/libs/freetype/freetype-1.5/lib/arch/vms/README
blob: db7f684f73f2a96bea08a7050d27b08be43058c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
This directory contains two files for compiling the FreeType library under
VMS:

  ft_conf.h     the configuration file for the FreeType library
  descrip.mms   a makefile to be used with either MMS or MMK

The files are such designed that after unpacking of freetype-1.5 one can
give the command

  MMS/DESCR=[.LIB.ARCH.VMS]

to build the libraries. (Of course, for MMK use `MMK' on the command line
instead of `MMS'.) The makefile contains a `clean' target, but no `install'
target since I'm note sure where to install the library and the include
files.

I did NOT do the test programs but I tested it with my own programs.


  Jouk Jansen <joukj@hrem.stm.tudelft.nl>