From beb447db2ffe03728d5ded11768e5f7fd5a2dc75 Mon Sep 17 00:00:00 2001 From: Alee Date: Tue, 29 Jan 2019 16:40:33 -0500 Subject: added JSON (alpha) --- build.cmd | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'build.cmd') diff --git a/build.cmd b/build.cmd index 840581f..9d07a1b 100644 --- a/build.cmd +++ b/build.cmd @@ -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 -- cgit v1.2.3