descrip.mms 710 B

12345678910111213141516171819202122232425
  1. #
  2. # FreeType 2 auto-hinter module compilation rules for VMS
  3. #
  4. # Copyright 2001, 2002 Catharon Productions Inc.
  5. #
  6. # This file is part of the Catharon Typography Project and shall only
  7. # be used, modified, and distributed under the terms of the Catharon
  8. # Open Source License that should come with this file under the name
  9. # `CatharonLicense.txt'. By continuing to use, modify, or distribute
  10. # this file you indicate that you have read the license and
  11. # understand and accept it fully.
  12. #
  13. # Note that this license is compatible with the FreeType license.
  14. CFLAGS=$(COMP_FLAGS)$(DEBUG)/incl=([--.include],[--.src.autohint])
  15. OBJS=autohint.obj
  16. all : $(OBJS)
  17. library [--.lib]freetype.olb $(OBJS)
  18. # EOF