From 62663f00aebe7a8fd85f3f7f8e412555a52f2876 Mon Sep 17 00:00:00 2001 From: Alee Date: Mon, 28 Jan 2019 16:56:02 -0500 Subject: renamed bat to cmd --- build.bat | 26 -------------------------- 1 file changed, 26 deletions(-) delete mode 100644 build.bat (limited to 'build.bat') diff --git a/build.bat b/build.bat deleted file mode 100644 index cd0a0d2..0000000 --- a/build.bat +++ /dev/null @@ -1,26 +0,0 @@ -@echo off -title Building C++ Program -echo Building Program... -echo Shell: CMD -:findmingw -set mingwPath=0 -if exist "C:\MinGW" ( - set "mingwPath=C:\MinGW" -) -if "%mingwPath%"=="0" ( - title Building C++ Program - Failed - echo MinGW could not be found. Please make sure that MinGW is installed. - pause>nul - exit -) -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 -title Building C++ Program - Success -echo Building Complete! -pause>nul \ No newline at end of file -- cgit v1.2.3