summaryrefslogtreecommitdiffstats
path: root/src/3rdparty/freetype/builds/ansi/ansi.mk
diff options
context:
space:
mode:
Diffstat (limited to 'src/3rdparty/freetype/builds/ansi/ansi.mk')
-rw-r--r--src/3rdparty/freetype/builds/ansi/ansi.mk21
1 files changed, 0 insertions, 21 deletions
diff --git a/src/3rdparty/freetype/builds/ansi/ansi.mk b/src/3rdparty/freetype/builds/ansi/ansi.mk
deleted file mode 100644
index 32b3bac3e3..0000000000
--- a/src/3rdparty/freetype/builds/ansi/ansi.mk
+++ /dev/null
@@ -1,21 +0,0 @@
-#
-# FreeType 2 configuration rules for a `normal' pseudo ANSI compiler/system
-#
-
-
-# Copyright 1996-2000 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.
-
-
-include $(TOP_DIR)/builds/ansi/ansi-def.mk
-include $(TOP_DIR)/builds/compiler/ansi-cc.mk
-include $(TOP_DIR)/builds/link_std.mk
-
-
-# EOF