add SDL2_image support 63/179163/2
authorMaJunqing <junqing.ma@samsung.com>
Wed, 16 May 2018 06:51:34 +0000 (14:51 +0800)
committerMaJunqing <junqing.ma@samsung.com>
Thu, 24 May 2018 05:23:55 +0000 (13:23 +0800)
commita2ea33614cc9f7e389d6a3653810f13fdd945044
treee451200330a3744d0c3c47e7bcef538260799435
parenta16132f14e3b1f57eda5d89288dc108ead65d27c
add SDL2_image support

Change-Id: I4e6a038f7f96f9905350e5d5bec0b501dda86df3
877 files changed:
extension/SDL2_image-2.0.3/Android.mk [new file with mode: 0755]
extension/SDL2_image-2.0.3/CHANGES.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/COPYING.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_ImageIO.m [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_UIImage.m [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_WIC.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_bmp.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_gif.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_jpg.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_lbm.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_pcx.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_png.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_pnm.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_svg.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_tga.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_tif.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_webp.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_xcf.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_xpm.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_xv.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/IMG_xxx.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/Makefile.am [new file with mode: 0755]
extension/SDL2_image-2.0.3/Makefile.in [new file with mode: 0755]
extension/SDL2_image-2.0.3/README.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/SDL2_image.pc.in [new file with mode: 0755]
extension/SDL2_image-2.0.3/SDL2_image.spec [new file with mode: 0755]
extension/SDL2_image-2.0.3/SDL2_image.spec.in [new file with mode: 0755]
extension/SDL2_image-2.0.3/SDL_image.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/SDL_image.sln [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/SDL_image.vcxproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/SDL_image.vcxproj.filters [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/Version.rc [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/clean.sh [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/jconfig.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/jerror.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/jmorecfg.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/jpeglib.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/png.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/pngconf.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/pnglibconf.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/tiff.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/tiffconf.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/tiffio.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/tiffvers.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/webp/decode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/webp/encode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/webp/types.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/zconf.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/include/zlib.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/LICENSE.jpeg.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/LICENSE.png.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/LICENSE.tiff.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/LICENSE.webp.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/LICENSE.zlib.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/libjpeg-9.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/libpng16-16.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/libtiff-5.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/libwebp-7.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x64/zlib1.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/LICENSE.jpeg.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/LICENSE.png.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/LICENSE.tiff.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/LICENSE.webp.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/LICENSE.zlib.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/libjpeg-9.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/libpng16-16.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/libtiff-5.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/libwebp-7.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/external/lib/x86/zlib1.dll [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/resource.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/showimage/showimage.vcxproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualC/showimage/showimage.vcxproj.filters [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/SDL_image.dsp [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/SDL_image.dsw [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualc/freetype.dsw with 52% similarity]
extension/SDL2_image-2.0.3/VisualCE/SDL_image.sln [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/SDL_image.vcproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/Version.rc [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/clean.sh [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/resource.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/showimage/showimage.dsp [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/showimage/showimage.sln [new file with mode: 0755]
extension/SDL2_image-2.0.3/VisualCE/showimage/showimage.vcproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode-iOS/SDL_image.xcodeproj/project.pbxproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Headers/webp/decode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Headers/webp/encode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Headers/webp/types.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Resources/English.lproj/InfoPlist.strings [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Resources/Info.plist [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Resources/LICENSE.webp.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/decode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/encode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Headers/webp/types.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Resources/English.lproj/InfoPlist.strings [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Resources/Info.plist [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/Resources/LICENSE.webp.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/A/webp [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Headers/webp/decode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Headers/webp/encode.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Headers/webp/types.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Resources/English.lproj/InfoPlist.strings [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Resources/Info.plist [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/Resources/LICENSE.webp.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/Versions/Current/webp [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Frameworks/webp.framework/webp [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/Info-Framework.plist [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/SDL_image.xcodeproj/project.pbxproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/package [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/pkg-support/SDL_image.info [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/pkg-support/mkpackage.sh [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/pkg-support/resources/ReadMe.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/pkg-support/resources/Welcome.txt [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/showimage/English.lproj/InfoPlist.strings [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/showimage/Info-showimage__Upgraded_.plist [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/showimage/SDLMain.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/showimage/SDLMain.m [new file with mode: 0755]
extension/SDL2_image-2.0.3/Xcode/showimage/showimage.xcodeproj/project.pbxproj [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/libtool.m4 [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/aclocal.m4 with 73% similarity]
extension/SDL2_image-2.0.3/acinclude/ltoptions.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/ltsugar.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/ltversion.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/lt~obsolete.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/pkg.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/acinclude/sdl2.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/aclocal.m4 [new file with mode: 0755]
extension/SDL2_image-2.0.3/autogen.sh [new file with mode: 0755]
extension/SDL2_image-2.0.3/compile [new file with mode: 0755]
extension/SDL2_image-2.0.3/config.guess [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/config.guess with 81% similarity]
extension/SDL2_image-2.0.3/config.sub [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/config.sub with 92% similarity]
extension/SDL2_image-2.0.3/configure [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/configure with 73% similarity]
extension/SDL2_image-2.0.3/configure.in [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/changelog [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/compat [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/control [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/copyright [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/docs [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/examples/Makefile [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/libsdl2-image-dev.examples [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/libsdl2-image-dev.install [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/libsdl2-image.install [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/libsdl2-image.lintian-overrides [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/rules [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/source/format [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/source/lintian-overrides [new file with mode: 0755]
extension/SDL2_image-2.0.3/debian/watch [new file with mode: 0755]
extension/SDL2_image-2.0.3/depcomp [new file with mode: 0755]
extension/SDL2_image-2.0.3/gcc-fat.sh [new file with mode: 0755]
extension/SDL2_image-2.0.3/install-sh [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/install-sh with 71% similarity]
extension/SDL2_image-2.0.3/ltmain.sh [moved from extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/ltmain.sh with 67% similarity]
extension/SDL2_image-2.0.3/miniz.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/missing [new file with mode: 0755]
extension/SDL2_image-2.0.3/nanosvg.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/nanosvgrast.h [new file with mode: 0755]
extension/SDL2_image-2.0.3/packaging/SDL2_image.spec [new file with mode: 0755]
extension/SDL2_image-2.0.3/showimage.c [new file with mode: 0755]
extension/SDL2_image-2.0.3/version.rc [new file with mode: 0755]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/ChangeLog [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/ChangeLog.20 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/ChangeLog.21 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/ChangeLog.22 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/ChangeLog.23 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/Jamrules [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/Makefile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/README.git [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/autogen.sh [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/include/freetype/config/ftconfig.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/include/freetype/config/ftmodule.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/makefile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/makefile.os4 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/smakefile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/src/base/ftdebug.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/amiga/src/base/ftsystem.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/ansi/ansi-def.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/ansi/ansi.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/ATARI.H [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/FNames.SIC [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/FREETYPE.PRJ [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/README.TXT [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/deflinejoiner.awk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/atari/gen-purec-patch.sh [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/beos/beos-def.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/beos/beos.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/beos/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/ansi-cc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/bcc-dev.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/bcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/emx.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/gcc-dev.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/gcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/intelc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/unix-lcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/visualage.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/visualc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/watcom.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/compiler/win-lcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/dos/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/dos/dos-def.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/dos/dos-emx.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/dos/dos-gcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/dos/dos-wat.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/exports.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/freetype.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/link_dos.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/link_std.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/FreeType.m68k_cfm.make.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/FreeType.m68k_far.make.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/FreeType.ppc_carbon.make.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/FreeType.ppc_classic.make.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/ascii2mpw.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/ftlib.prj.xml [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/mac/ftmac.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/modules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/newline [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/os2/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/os2/os2-def.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/os2/os2-dev.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/os2/os2-gcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/symbian/bld.inf [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/symbian/freetype.mmp [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/toplevel.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/configure.ac [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/configure.raw [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/freetype-config.in [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/freetype2.in [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/freetype2.m4 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/ft-munmap.m4 [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/ft2unix.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/ftconfig.in [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/ftsystem.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/install.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/mkinstalldirs [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unix-cc.in [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unix-def.in [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unix-dev.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unix-lcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unix.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/unix/unixddef.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/vms/ftconfig.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/vms/ftsystem.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/detect.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/ftdebug.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2005/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2005/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2005/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2008/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2008/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2008/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2010/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2010/freetype.vcxproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2010/freetype.vcxproj.filters [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/vc2010/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualc/freetype.dsp [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualc/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualc/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualc/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualce/freetype.dsp [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualce/freetype.dsw [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualce/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/visualce/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-bcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-bccd.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-dev.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-gcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-icc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-intl.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-lcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-mingw32.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-vcc.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/w32-wat.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/win32/win32-def.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/ftdebug.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2005-ce/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2005-ce/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2005-ce/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2008-ce/freetype.sln [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2008-ce/freetype.vcproj [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/builds/wince/vc2008-ce/index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/configure [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/devel/ft2build.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/devel/ftoption.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/CHANGES [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/CUSTOMIZE [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/DEBUG [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/FTL.TXT [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/GPLv2.TXT [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.ANY [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.CROSS [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.GNU [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.MAC [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.UNIX [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/INSTALL.VMS [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/LICENSE.TXT [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/MAKEPP [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/PROBLEMS [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/TODO [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/VERSION.DLL [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/formats.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/raster.txt [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-auto_hinter.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-base_interface.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-basic_types.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-bdf_fonts.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-bitmap_handling.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-bzip2.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-cache_subsystem.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-cff_driver.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-cid_fonts.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-computations.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-font_formats.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-gasp_table.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-glyph_management.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-glyph_stroker.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-glyph_variants.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-gx_validation.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-gzip.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-header_file_macros.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-incremental.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-index.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-lcd_filtering.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-list_processing.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-lzw.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-mac_specific.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-module_management.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-multiple_masters.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-ot_validation.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-outline_processing.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-pfr_fonts.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-quick_advance.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-raster.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-sfnt_names.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-sizes_management.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-system_interface.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-toc.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-truetype_engine.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-truetype_tables.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-type1_tables.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-user_allocation.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-version.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/reference/ft2-winfnt_fonts.html [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/docs/release [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/config/ftconfig.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/config/ftheader.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/config/ftmodule.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/config/ftoption.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/config/ftstdlib.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/freetype.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftadvanc.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftautoh.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftbbox.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftbdf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftbitmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftbzip2.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftcache.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftcffdrv.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftchapters.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftcid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/fterrdef.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/fterrors.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftgasp.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftglyph.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftgxval.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftgzip.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftimage.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftincrem.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftlcdfil.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftlist.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftlzw.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftmac.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftmm.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftmodapi.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftmoderr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftotval.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftoutln.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftpfr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftrender.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftsizes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftsnames.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftstroke.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftsynth.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftsystem.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/fttrigon.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/fttypes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftwinfnt.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ftxf86.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/autohint.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftcalc.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftdebug.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftdriver.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftgloadr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftmemory.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftrfork.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftserv.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftstream.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/fttrace.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/ftvalid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/internal.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/psaux.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/pshints.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svbdf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svcid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svgldict.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svgxval.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svkern.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svmm.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svotval.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svpfr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svpostnm.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svprop.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svpscmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svpsinfo.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svsfnt.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svttcmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svtteng.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svttglyf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svwinfnt.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/services/svxf86nm.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/sfnt.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/t1types.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/internal/tttypes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/t1tables.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ttnameid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/tttables.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/tttags.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/freetype/ttunpat.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/include/ft2build.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/modules.cfg [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/objs/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afangles.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afangles.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afcjk.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afcjk.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afdummy.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afdummy.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aferrors.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afglobal.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afglobal.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afhints.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afhints.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afindic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afindic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aflatin.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aflatin.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aflatin2.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aflatin2.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afloader.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afloader.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afmodule.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afmodule.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/aftypes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afwarp.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/afwarp.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/autofit.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/autofit/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/basepic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/basepic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftadvanc.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftapi.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftbase.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftbase.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftbbox.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftbdf.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftbitmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftcalc.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftcid.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftdbgmem.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftdebug.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftfstype.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftgasp.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftgloadr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftglyph.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftgxval.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftinit.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftlcdfil.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftmac.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftmm.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftotval.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftoutln.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftpatent.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftpfr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftrfork.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftsnames.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftstream.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftstroke.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftsynth.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftsystem.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/fttrigon.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/fttype1.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftutil.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftwinfnt.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/ftxf86.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/md5.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/md5.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/base/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdf.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdfdrivr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdfdrivr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdferror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/bdflib.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bdf/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bzip2/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bzip2/ftbzip2.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/bzip2/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcache.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcbasic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftccache.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftccache.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftccback.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftccmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcerror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcglyph.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcglyph.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcimage.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcimage.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcmanag.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcmanag.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcmru.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcmru.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcsbits.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/ftcsbits.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cache/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2arrst.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2arrst.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2blues.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2blues.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2error.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2error.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2fixed.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2font.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2font.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2ft.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2ft.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2glue.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2hints.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2hints.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2intrp.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2intrp.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2read.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2read.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2stack.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2stack.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cf2types.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cff.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffcmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffcmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffdrivr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffdrivr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cfferrs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffgload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffgload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffparse.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffparse.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cffpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cfftoken.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/cfftypes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cff/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/ciderrs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidgload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidgload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidparse.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidparse.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidriver.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidriver.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/cidtoken.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/cid/type1cid.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvalid.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvalid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvbsln.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvcommn.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvcommn.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxverror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvfeat.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvfeat.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvfgen.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvjust.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvkern.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvlcar.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmod.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmod.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort0.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort1.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort2.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort4.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmort5.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx0.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx1.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx2.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx4.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvmorx5.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvopbd.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvprop.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/gxvtrak.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gxvalid/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/adler32.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/ftgzip.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infblock.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infblock.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infcodes.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infcodes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/inffixed.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/inflate.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/inftrees.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/inftrees.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infutil.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/infutil.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/zconf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/zlib.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/zutil.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/gzip/zutil.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/lzw/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/lzw/ftlzw.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/lzw/ftzopen.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/lzw/ftzopen.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/lzw/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvalid.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvalid.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvbase.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvcommn.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvcommn.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otverror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvgdef.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvgpos.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvgpos.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvgsub.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvjstf.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvmath.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvmod.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/otvmod.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/otvalid/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcf.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfdrivr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfdrivr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcferror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfread.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfread.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfutil.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/pcfutil.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pcf/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrcmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrcmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrdrivr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrdrivr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrerror.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrgload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrgload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrsbit.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrsbit.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/pfrtypes.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pfr/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/afmparse.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/afmparse.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psaux.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psauxerr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psauxmod.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psauxmod.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psconv.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psconv.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/psobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/t1cmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/t1cmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/t1decode.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psaux/t1decode.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshalgo.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshalgo.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshglob.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshglob.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshinter.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshmod.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshmod.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshnterr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshrec.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/pshrec.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/pshinter/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/psmodule.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/psmodule.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/psnamerr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/psnames.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/pspic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/pspic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/pstables.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/psnames/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/ftmisc.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/ftraster.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/ftraster.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/ftrend1.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/ftrend1.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/raster.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/rasterrs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/rastpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/rastpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/raster/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfdriver.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfdriver.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sferrors.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfnt.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfntpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfntpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/sfobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttbdf.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttbdf.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttcmap.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttcmap.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttcmapc.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttkern.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttkern.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttmtx.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttmtx.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttpost.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttpost.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttsbit.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttsbit.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/sfnt/ttsbit0.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftgrays.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftgrays.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftsmerrs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftsmooth.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftsmooth.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftspic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/ftspic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/smooth/smooth.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/apinames.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/chktrcmp.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/cordic.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/content.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/docbeauty.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/docmaker.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/formatter.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/sources.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/tohtml.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/docmaker/utils.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/ftrandom/Makefile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/ftrandom/README [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/ftrandom/ftrandom.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/glnames.py [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/test_afm.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/test_bbox.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/tools/test_trig.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/truetype.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttdriver.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttdriver.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/tterrors.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttgload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttgload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttgxvar.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttgxvar.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttinterp.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttinterp.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttobjs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttobjs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttpic.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttpic.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttpload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttpload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttsubpix.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/truetype/ttsubpix.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1afm.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1afm.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1driver.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1driver.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1errors.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1gload.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1gload.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1load.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1load.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1objs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1objs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1parse.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1parse.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/t1tokens.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type1/type1.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42drivr.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42drivr.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42error.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42objs.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42objs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42parse.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42parse.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/t42types.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/type42/type42.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/Jamfile [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/fnterrs.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/module.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/rules.mk [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/winfnt.c [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/src/winfonts/winfnt.h [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/version.sed [deleted file]
extension/SDL2_ttf-2.0.14/external/freetype-2.4.12/vms_make.com [deleted file]
packaging/SDL2.spec