From 3695d97e90407445ee8b93c5f388ea110bef2404 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 Jan 2019 16:28:15 -0500 Subject: For now build.sh is broken, and added enhancements in build.bat --- build.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'build.bat') diff --git a/build.bat b/build.bat index b1d049d..08be4f2 100644 --- a/build.bat +++ b/build.bat @@ -1,14 +1,14 @@ @echo off title Building C++ Program echo Building Program... - +echo Shell: CMD if exist out ( echo Skipping making the "out" folder... ) else ( mkdir out echo Created the "out" folder.. ) - +g++ --version g++ -g main.cpp -o out/game.exe echo Building Complete! pause>nul \ No newline at end of file -- cgit v1.2.3