From 31c063cd78847aefcb72e619c663c6adc822b0d0 Mon Sep 17 00:00:00 2001 From: Paul Molloy pinkASUS Date: Fri, 10 Feb 2017 09:37:16 -0600 Subject: [PATCH] adding note to windows build readme, issue with path variables being too low for copy commands in Makefile --- Readme.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Readme.txt b/Readme.txt index 85ffa61..f403daf 100644 --- a/Readme.txt +++ b/Readme.txt @@ -76,6 +76,10 @@ Install minGW: -Add new entries below assuming you used default location for minGW C:\MinGW\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