]> git.proxmox.com Git - mirror_edk2.git/blobdiff - BaseTools/Source/Python/AutoGen/AutoGen.py
There is a limitation on WINDOWS OS for the length of entire file path can’t be large...
[mirror_edk2.git] / BaseTools / Source / Python / AutoGen / AutoGen.py
index 11cf8b2f18deb0c6f7b27a3357a42e4fb3d50110..c4662572a0386898f795b51e0dcb5377ad7632a4 100644 (file)
@@ -13,7 +13,7 @@
 \r
 ## Import Modules\r
 #\r
-import os\r
+import Common.LongFilePathOs as os\r
 import re\r
 import os.path as path\r
 import copy\r
@@ -26,6 +26,7 @@ from StringIO import StringIO
 from StrGather import *\r
 from BuildEngine import BuildRule\r
 \r
+from Common.LongFilePathSupport import CopyLongFilePath\r
 from Common.BuildToolError import *\r
 from Common.DataType import *\r
 from Common.Misc import *\r