aboutsummaryrefslogtreecommitdiff
path: root/drivers/freetype/src/Jamfile
diff options
context:
space:
mode:
authorRémi Verschelde2016-10-14 21:57:43 +0200
committerRémi Verschelde2016-10-15 18:10:17 +0200
commitedbc0c0d0bed169b3c07ef0f504b97936f0dab37 (patch)
treea59bc0448e8f43ce047a0637adc0765b07b05ae0 /drivers/freetype/src/Jamfile
parente6dc51a0f764dcd7cd07482c022c1e92e6a4da3d (diff)
downloadgodot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.tar.gz
godot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.tar.zst
godot-edbc0c0d0bed169b3c07ef0f504b97936f0dab37.zip
freetype: Make it a module and split thirdparty library
Comment out the weird workaround for building on Windows at it might not be needed anymore. Testing needed to confirm.
Diffstat (limited to 'drivers/freetype/src/Jamfile')
-rw-r--r--drivers/freetype/src/Jamfile19
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/freetype/src/Jamfile b/drivers/freetype/src/Jamfile
deleted file mode 100644
index ebc036983..000000000
--- a/drivers/freetype/src/Jamfile
+++ /dev/null
@@ -1,19 +0,0 @@
-# FreeType 2 src Jamfile
-#
-# Copyright 2001-2016 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.
-
-SubDir FT2_TOP $(FT2_SRC_DIR) ;
-
-for xx in $(FT2_COMPONENTS)
-{
- SubInclude FT2_TOP $(FT2_SRC_DIR) $(xx) ;
-}
-
-# end of src Jamfile