🛠️🐜 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.

33 lines
861 B

  1. #
  2. # FreeType 2 configuration rules for mingw32
  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 = $(EXPORTS_LIST)
  16. APINAMES_OPTIONS := -dfreetype.dll -w
  17. # include Win32-specific definitions
  18. include $(TOP_DIR)/builds/windows/win32-def.mk
  19. LIBRARY := lib$(PROJECT)
  20. # include gcc-specific definitions
  21. include $(TOP_DIR)/builds/compiler/gcc.mk
  22. # include linking instructions
  23. include $(TOP_DIR)/builds/link_dos.mk
  24. # EOF