wxWidgets/build/tools
Vadim Zeitlin f10bd1279d Remove the correct directory from PATH for MinGW AppVeyor builds
We need to remove the directory containing sh.exe from the PATH as
otherwise mingw32-make seems to use it and not cmd.exe for executing the
commands in the makefile, but the wrong directory was being removed in
appveyor.yml, having no effect.

Fix this and undo 5f2ccde269 which
compensated for it by (almost) clearing the PATH entirely which, in
turn, broke one of our unit tests (and could break other things in the
future, as having an empty PATH is rather unexpected).

Also use the full path for head program now that its directory is not in
the PATH any more. Alternative could be to use PowerShell, but while

powershell -Command "'gcc','mingw32-make','ar'|%%{ iex \"$_ --version\"|select -first 1 }"

does work, it looks really ugly, so avoid it for now.

See https://github.com/wxWidgets/wxWidgets/pull/142

See #17274.
2017-11-25 17:28:42 +01:00
..
msvs Add Microsoft Visual Studio 2017 solution file for building wxMSW 2017-01-16 17:02:10 +01:00
appveyor.bat Remove the correct directory from PATH for MinGW AppVeyor builds 2017-11-25 17:28:42 +01:00
before_install.sh Add a build using GTK+ 3 to Travis 2017-11-22 02:33:53 +01:00
build-wxwidgets.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
builder.py Restore wxPython build scripts 2015-12-15 14:53:12 +01:00
post-release.sh Fix getting SHA-1 sums in the post-release script 2017-11-16 23:36:35 +01:00
pre-release.sh Allow running pre/post-release scripts from any directory 2017-11-16 18:49:45 +01:00
release.bat
release.sh Silence "make allmo" during release archives build 2017-11-16 23:37:24 +01:00
wxwidgets.iss Include all repository files in setup exe 2016-06-06 03:05:05 +04:00