summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat12
1 files changed, 6 insertions, 6 deletions
diff --git a/build.bat b/build.bat
index 710eccd..914b529 100755
--- a/build.bat
+++ b/build.bat
@@ -1,8 +1,8 @@
-# Modify this to point to local Fontlab executable
-set FONTLAB="C:\Program Files (x86)\Fontlab\Studio 5\Studio 5.exe"
+# Modify this to point to local Python executable
+set PYTHONEXE="C:\Python27\Python.exe"
-echo BASEDIR=r"%cd%" > tmp-makefontsB.flw
-type scripts\build-v2.py >> tmp-makefontsB.flw
+echo BASEDIR=r"%cd%" > tmp-makefontsB.py
+type scripts\build-v2.py >> tmp-makefontsB.py
set PYTHONPATH=%cd%\scripts\lib
-%FONTLAB% tmp-makefontsB.flw
-del tmp-makefontsB.flw
+%PYTHONEXE% tmp-makefontsB.py
+del tmp-makefontsB.py