diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-29 16:40:33 -0500 |
|---|---|---|
| committer | Alee <Alee14498@gmail.com> | 2019-01-29 16:40:33 -0500 |
| commit | beb447db2ffe03728d5ded11768e5f7fd5a2dc75 (patch) | |
| tree | 9d977dc99269fd27bed2fb11b18affc58e2ff77f /build.cmd | |
| parent | 1ca25b55458d6c68ce15d4afaf10ae1f7b093568 (diff) | |
| download | Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.tar.gz Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.tar.bz2 Project-Xeon-beb447db2ffe03728d5ded11768e5f7fd5a2dc75.zip | |
added JSON (alpha)
Diffstat (limited to 'build.cmd')
| -rw-r--r-- | build.cmd | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -1,6 +1,6 @@ @echo off title Building C++ Program -echo Building Program... +echo Running the script... echo Shell: CMD if exist default-msbuild.txt goto msBuild @@ -25,6 +25,8 @@ mkdir out echo Created the "out" folder.. ) g++ --version +echo Building the program... +title Building C++ Program - GCC g++ -g main.cpp -o out/game.exe echo Building Complete! pause>nul |
