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

20 lines
583 B

2 years ago
  1. #
  2. # FreeType 2 configuration rules for the Watcom C/C++ compiler
  3. #
  4. # Copyright (C) 2003-2022 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. include $(TOP_DIR)/builds/dos/dos-def.mk
  13. include $(TOP_DIR)/builds/compiler/watcom.mk
  14. include $(TOP_DIR)/builds/link_dos.mk
  15. # EOF