-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathSetup.bat
27 lines (23 loc) · 1.22 KB
/
Setup.bat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
@echo off
mode con: cols=100 lines=30
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo * Welcome to Sentinel Game Engine Setup *
echo * *
echo * This utility automatically generates project files and sets up the *
echo * necessary environment parameters, so that the user can build the *
echo * engine from source and be able to use and develop at his perusal *
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo:
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo * For the duration of this setup, it is expected of the user to, at *
echo * certain points of the setup, give the required input so that the *
echo * utility can properly download, install and generate the necessary *
echo * files, as per the user's choice. This input can vary as either *
echo * confirmation choices, or as configuration choices. *
echo * Proper indication will be given to the user regarding the same. *
echo * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
echo:
PAUSE
cls
python python/Setup.py
PAUSE