]> granicus.if.org Git - php/commitdiff
Explicitly check PATH before cygwin for mc.exe, as we want MS message compiler,
authorWez Furlong <wez@php.net>
Tue, 3 Aug 2004 01:03:32 +0000 (01:03 +0000)
committerWez Furlong <wez@php.net>
Tue, 3 Aug 2004 01:03:32 +0000 (01:03 +0000)
not GNU Midnight Commander.

win32/build/config.w32

index 97d3d8a90044a3357a605c44158432d32cb89a01..015e121c18e14279250869e68359fda8f80a6f92 100644 (file)
@@ -16,7 +16,7 @@ PATH_PROG('flex');
 PATH_PROG('re2c');
 PATH_PROG('zip');
 PATH_PROG('lemon');
-PATH_PROG('mc');
+PATH_PROG('mc', WshShell.Environment("Process").Item("PATH"));
 
 ARG_ENABLE('debug', 'Compile with debugging symbols', "no");
 ARG_ENABLE('zts', 'Thread safety', 'yes');