summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorJames Godfrey-Kittle <jamesgk@google.com>2015-04-13 10:05:38 -0700
committerJames Godfrey-Kittle <jamesgk@google.com>2015-04-16 12:16:34 -0700
commit051886031e590616020c26dfdacc8da941b2a232 (patch)
tree9b5c5031e0e1bf503eaa7a606575fca6154d244f /build.bat
parenta813bb565f4d2d7e15e53242b339d99b08256952 (diff)
Remove old build targets and update build scripts.
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