Skip to content

Commit

Permalink
Fixed bug 4378 - external/freetype-2.9.1 is missing its Makefile
Browse files Browse the repository at this point in the history
Sylvain

external/freetype-2.9.1 is missing its top level Makefile
so it can't be recompiled.
It is not something re-generated I think.
  • Loading branch information
slouken committed Nov 13, 2018
1 parent 4263899 commit ca85a15
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions external/freetype-2.9.1/Makefile
@@ -0,0 +1,34 @@
#
# FreeType 2 build system -- top-level Makefile
#


# Copyright 1996-2018 by
# David Turner, Robert Wilhelm, and Werner Lemberg.
#
# This file is part of the FreeType project, and may only be used, modified,
# and distributed under the terms of the FreeType project license,
# LICENSE.TXT. By continuing to use, modify, or distribute this file you
# indicate that you have read the license and understand and accept it
# fully.


# Project names
#
PROJECT := freetype
PROJECT_TITLE := FreeType

# The variable TOP_DIR holds the path to the topmost directory in the project
# engine source hierarchy. If it is not defined, default it to `.'.
#
TOP_DIR ?= .

# The variable OBJ_DIR gives the location where object files and the
# FreeType library are built.
#
OBJ_DIR ?= $(TOP_DIR)/objs


include $(TOP_DIR)/builds/toplevel.mk

# EOF

0 comments on commit ca85a15

Please sign in to comment.