mirror of https://github.com/acidanthera/audk.git
MdeModulePkg/Universal/Network/UefiPxeBcDxe/UefiPxeBcDxe.inf:
Fixed path filenames to use slashes (/) rather than backslashes (\) as is recommended for .inf files. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4686 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
0e26c72282
commit
d9fa86f90a
|
@ -48,13 +48,13 @@
|
|||
PxeBcDriver.h
|
||||
|
||||
[Sources.IA32]
|
||||
Ia32\PxeArch.h
|
||||
Ia32/PxeArch.h
|
||||
|
||||
[Sources.X64]
|
||||
X64\PxeArch.h
|
||||
X64/PxeArch.h
|
||||
|
||||
[Sources.IPF]
|
||||
Ipf\PxeArch.h
|
||||
Ipf/PxeArch.h
|
||||
|
||||
|
||||
[Packages]
|
||||
|
|
Loading…
Reference in New Issue