summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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