summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoozbeh Pournader <roozbeh@google.com>2015-05-27 09:19:29 -0700
committerRoozbeh Pournader <roozbeh@google.com>2015-05-27 09:19:29 -0700
commitc1fbee1a4bfe25aec8c0c4c4bceaa382825da95a (patch)
treea3c569e8956b13ca6036f88b5e4c89975e59a70f
parentf37439d6a7d7fae260f5367dee678f6ec69e4743 (diff)
Remove old Windows build file.
-rwxr-xr-xbuild.bat8
1 files changed, 0 insertions, 8 deletions
diff --git a/build.bat b/build.bat
deleted file mode 100755
index 914b529..0000000
--- a/build.bat
+++ /dev/null
@@ -1,8 +0,0 @@
-# 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