-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrebuild.bat
21 lines (17 loc) · 841 Bytes
/
rebuild.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@rem Written in 2015, 2017 by HarJIT
@rem
@rem This file is made available under the CC0 Public Domain Dedication. To the extent possible under law, the author(s) have dedicated all copyright and related and neighboring rights to this file to the public domain worldwide. This file is distributed without any warranty.
@rem
@rem You may have received a copy of the CC0 Public Domain Dedication along with this file. If not, see <http://creativecommons.org/publicdomain/zero/1.0/>.
@rem
@rem -----------------------------------------------------------------
@rem
@rem Note: the above notice applies to this file specifically. Other files may use
@rem different terms. This note is not part of the above notice.
@rem
@rem The version supported is Python 3.5.
set PYINTER=C:\python35\python -i
@echo off
%PYINTER% rebuild.py
echo -
cmd