diff options
| author | Alee <Alee14498@gmail.com> | 2019-01-29 10:54:40 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-01-29 10:54:40 -0500 |
| commit | 1ca25b55458d6c68ce15d4afaf10ae1f7b093568 (patch) | |
| tree | 5f1f763ef74c53d163592447a1d4174913d238dd | |
| parent | 357c6c41eacb919a0749c55eef38fc664bb7a5ad (diff) | |
| parent | 5d56812e586fdbb4991c899eee98d653b3c64576 (diff) | |
| download | Project-Xeon-1ca25b55458d6c68ce15d4afaf10ae1f7b093568.tar.gz Project-Xeon-1ca25b55458d6c68ce15d4afaf10ae1f7b093568.tar.bz2 Project-Xeon-1ca25b55458d6c68ce15d4afaf10ae1f7b093568.zip | |
Merge pull request #3 from AdrUlb/master
Added way to set msbuild as default
| -rw-r--r-- | build.cmd | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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" ( |
