]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/C/Makefiles/ms.common
BaseTools: Update nmake Makefile to handle the file path with “:\\”.
[mirror_edk2.git] / BaseTools / Source / C / Makefiles / ms.common
index d2f0b598cc3c0e62e0b5242d3f39c14a9749ca8d..9e50b217fc86a1001f9c644ad513570fd00add50 100644 (file)
@@ -25,6 +25,10 @@ ARCH = IA32
 \r
 MAKE        = nmake -nologo\r
 \r
+# DOS del command doesn't support ":\\" in the file path, such as j:\\BaseTools. Convert ":\\" to ":\"\r
+BASE_TOOLS_PATH = $(BASE_TOOLS_PATH::\\=:\)\r
+EDK_TOOLS_PATH  = $(EDK_TOOLS_PATH::\\=:\)\r
+\r
 SOURCE_PATH = $(BASE_TOOLS_PATH)\Source\C\r
 BIN_PATH    = $(BASE_TOOLS_PATH)\Bin\r
 LIB_PATH    = $(BASE_TOOLS_PATH)\Lib\r