🛠️🐜 Antkeeper superbuild with dependencies included https://antkeeper.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

28 lines
757 B

  1. #
  2. # FreeType 2 Borland C++ on Win32
  3. #
  4. # Copyright (C) 1996-2021 by
  5. # David Turner, Robert Wilhelm, and Werner Lemberg.
  6. #
  7. # This file is part of the FreeType project, and may only be used, modified,
  8. # and distributed under the terms of the FreeType project license,
  9. # LICENSE.TXT. By continuing to use, modify, or distribute this file you
  10. # indicate that you have read the license and understand and accept it
  11. # fully.
  12. # default definitions of the export list
  13. #
  14. EXPORTS_LIST = $(OBJ_DIR)/freetype.def
  15. EXPORTS_OPTIONS = /DEF:$(EXPORTS_LIST)
  16. APINAMES_OPTIONS := -dfreetype.dll -wB
  17. include $(TOP_DIR)/builds/windows/win32-def.mk
  18. include $(TOP_DIR)/builds/compiler/bcc.mk
  19. # include linking instructions
  20. include $(TOP_DIR)/builds/link_dos.mk
  21. # EOF