Putting bwapi in a path with a space doesn't work. Add quotes around paths
like:
pushd "$(SolutionDir)"
"$(SolutionDir)\revisionUpdate.bat"
popd
instead of
pushd "$(SolutionDir)"
$(SolutionDir)\revisionUpdate.bat
popd
Original issue reported on code.google.com by pawngam...@gmail.com on 17 Aug 2012 at 12:20
Original issue reported on code.google.com by
pawngam...@gmail.com
on 17 Aug 2012 at 12:20