diff options
author | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
---|---|---|
committer | chai <chaifix@163.com> | 2018-05-31 08:12:40 +0800 |
commit | ad8ffb96789f90180982b344540870a2d4e2d60b (patch) | |
tree | 2bf2e124cb0130acaad1dcce2034ff2847b3d0a2 /3rdparty/freetype/src/tools/Jamfile |
Diffstat (limited to '3rdparty/freetype/src/tools/Jamfile')
-rw-r--r-- | 3rdparty/freetype/src/tools/Jamfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/3rdparty/freetype/src/tools/Jamfile b/3rdparty/freetype/src/tools/Jamfile new file mode 100644 index 0000000..475161e --- /dev/null +++ b/3rdparty/freetype/src/tools/Jamfile @@ -0,0 +1,5 @@ +# Jamfile for src/tools +# +SubDir FT2_TOP src tools ; + +Main apinames : apinames.c ; |