summaryrefslogtreecommitdiff
path: root/build.bat
blob: 710eccd5e382c08ec0cd036e53f7897644062508 (plain)
1
2
3
4
5
6
7
8
# Modify this to point to local Fontlab executable
set FONTLAB="C:\Program Files (x86)\Fontlab\Studio 5\Studio 5.exe"

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