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

26 lines
638 B

  1. #
  2. # FreeType 2 Borland C++ on Win32 + debugging
  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. DEVEL_DIR := $(TOP_DIR)/devel
  13. include $(TOP_DIR)/builds/windows/win32-def.mk
  14. include $(TOP_DIR)/builds/compiler/bcc-dev.mk
  15. # include linking instructions
  16. include $(TOP_DIR)/builds/link_dos.mk
  17. # EOF