summaryrefslogtreecommitdiff
path: root/build.bat
blob: 914b529b7599c92dd9a2d164987e2adb11bb1112 (plain)
1
2
3
4
5
6
7
8
# Modify this to point to local Python executable
set PYTHONEXE="C:\Python27\Python.exe"

echo BASEDIR=r"%cd%" > tmp-makefontsB.py
type scripts\build-v2.py >> tmp-makefontsB.py
set PYTHONPATH=%cd%\scripts\lib
%PYTHONEXE% tmp-makefontsB.py
del tmp-makefontsB.py