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

32 lines
800 B

  1. #
  2. # FreeType 2 configuration rules for Win32 + GCC
  3. #
  4. # Development version without optimizations.
  5. #
  6. # Copyright (C) 1996-2021 by
  7. # David Turner, Robert Wilhelm, and Werner Lemberg.
  8. #
  9. # This file is part of the FreeType project, and may only be used, modified,
  10. # and distributed under the terms of the FreeType project license,
  11. # LICENSE.TXT. By continuing to use, modify, or distribute this file you
  12. # indicate that you have read the license and understand and accept it
  13. # fully.
  14. # NOTE: This version requires that GNU Make is invoked from the Windows
  15. # Shell (_not_ Cygwin BASH)!
  16. #
  17. DEVEL_DIR := $(TOP_DIR)/devel
  18. include $(TOP_DIR)/builds/windows/win32-def.mk
  19. include $(TOP_DIR)/builds/compiler/gcc-dev.mk
  20. # include linking instructions
  21. include $(TOP_DIR)/builds/link_dos.mk
  22. # EOF