adding note to windows build readme, issue with path variables being too low for copy commands in Makefile

This commit is contained in:
Paul Molloy pinkASUS 2017-02-10 09:37:16 -06:00
parent babd916bf8
commit 31c063cd78
1 changed files with 4 additions and 0 deletions

View File

@ -76,6 +76,10 @@ Install minGW:
-Add new entries below assuming you used default location for minGW -Add new entries below assuming you used default location for minGW
C:\MinGW\bin C:\MinGW\bin
C:\MinGW\msys\1.0\bin C:\MinGW\msys\1.0\bin
-I had troubles once with cp (copy) commands in Makefile
causing a crash, even though the commands works outside of make. Bumping the
mingw path variables to the top of all my path variables corrected this issue.
So that might help if you have similar issues...
Now host app can be built from windows command prompt command make when in host directory Now host app can be built from windows command prompt command make when in host directory