summaryrefslogtreecommitdiff
path: root/build.bat
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2014-06-09 12:48:47 -0700
committerRoozbeh Pournader <roozbeh@google.com>2014-06-09 12:48:47 -0700
commit451a162624bfbe52c7c91a8e8803b34e8bb8de39 (patch)
tree9b68edb5a690d3558d592e09301055010f2c48a6 /build.bat
parent914c78559c32917847700adfeb4b11ceed9995ab (diff)
Make the build run on Windows.
Diffstat (limited to 'build.bat')
-rwxr-xr-xbuild.bat8
1 files changed, 8 insertions, 0 deletions
diff --git a/build.bat b/build.bat
new file mode 100755
index 0000000..710eccd
--- /dev/null
+++ b/build.bat
@@ -0,0 +1,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