aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--build.cmd3
1 files changed, 3 insertions, 0 deletions
diff --git a/build.cmd b/build.cmd
index 19af3b8..840581f 100644
--- a/build.cmd
+++ b/build.cmd
@@ -2,6 +2,9 @@
title Building C++ Program
echo Building Program...
echo Shell: CMD
+
+if exist default-msbuild.txt goto msBuild
+
:findmingw
set mingwPath=0
if exist "C:\MinGW" (