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.
This commit is contained in:
Rémi Verschelde
2016-10-14 21:57:43 +02:00
parent e6dc51a0f7
commit edbc0c0d0b
510 changed files with 178 additions and 882 deletions

3
drivers/SCsub vendored
View File

@ -24,9 +24,6 @@ SConscript("nrex/SCsub");
if (env["tools"]=="yes"):
SConscript("convex_decomp/SCsub");
if (env["freetype"]!="no"):
SConscript("freetype/SCsub");
num = 0
cur_base = ""
total = len(env.drivers_sources)