edk2/BaseTools/Source/C/DevicePath
Michael D Kinney 79fdd2b82a BaseTools: GNUMakefiles must use CMD.EXE in Windows
Use $(OS) in all GNUMakefiles to detect if the GNUMakefile
is being used in a Windows OS. If a Windows OS is detected,
then override SHELL to use cmd.exe. This prevents make
utility from using sh.exe if sh.exe happens to be in PATH.

If sh.exe is used, then backslash (\) characters in file
paths are removed and builds break for files not found.

Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
2025-12-24 02:03:38 +00:00
..
DevicePath.c BaseTools: Increase the DevicePath length for support more PCD value. 2021-12-09 00:43:16 +00:00
DevicePathFromText.c BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
DevicePathUtilities.c BaseTools: Remove duplicated words in C tools 2022-10-16 04:21:29 +00:00
GNUmakefile BaseTools: GNUMakefiles must use CMD.EXE in Windows 2025-12-24 02:03:38 +00:00
Makefile BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
UefiDevicePathLib.c BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00
UefiDevicePathLib.h BaseTools: Replace BSD License with BSD+Patent License 2019-04-09 09:10:20 -07:00