edk2/EdkCompatibilityPkg/**

* Changed all '\' to '/' in *.ing and *.dsc
* Fixed inconsistencies in filename case usage that caused the
  build command to fail to parse the dsc/inf files on a system
  with a case-sensitive filesystem.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4898 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jljusten
2008-03-17 22:01:12 +00:00
parent 99ea19948a
commit e84217e7cf
82 changed files with 1630 additions and 1628 deletions

View File

@@ -28,49 +28,49 @@ COMPONENT_TYPE = LIBRARY
PeCoffLoader.c
Decompress.c
Debug.c
Hob\Hob.c
perf.c
print\print.c
print\print.h
Hob/Hob.c
Perf.c
Print/Print.c
Print/Print.h
FindFv.c
[sources.ia32]
# ia32\Math.c
ia32\PeCoffLoaderEx.c
ia32\PeCoffLoaderEx.h
ia32\PerformancePrimitives.c
ia32\Processor.c
ia32\ProcessorAsms.Asm
ia32\SupportItpDebug.asm
ia32\efijump.h
ia32\ReadIdt.asm
ia32\WriteIdt.asm
ia32\PeiServicePointer.c
# ia32/Math.c
ia32/PeCoffLoaderEx.c
ia32/PeCoffLoaderEx.h
ia32/PerformancePrimitives.c
ia32/Processor.c
ia32/ProcessorAsms.Asm
ia32/SupportItpDebug.asm
ia32/EfiJump.h
ia32/ReadIdt.asm
ia32/WriteIdt.asm
ia32/PeiServicePointer.c
[sources.x64]
x64\PeCoffLoaderEx.c
x64\PeCoffLoaderEx.h
x64\PerformancePrimitives.c
x64\Processor.c
x64\ProcessorAsms.Asm
x64\SupportItpDebug.asm
x64\efijump.h
x64\PeiServicePointer.c
x64/PeCoffLoaderEx.c
x64/PeCoffLoaderEx.h
x64/PerformancePrimitives.c
x64/Processor.c
x64/ProcessorAsms.Asm
x64/SupportItpDebug.asm
x64/EfiJump.h
x64/PeiServicePointer.c
[sources.ipf]
# ipf\Math.c
ipf\PeCoffLoaderEx.c
ipf\PeCoffLoaderEx.h
ipf\PerformancePrimitives.s
ipf\Processor.c
ipf\EfiJump.h
ipf\SetJmp.s
ipf\Asm.h
ipf\PioFlush.s
ipf\SwitchStack.s
ipf\Ia_64Gen.h
ipf\HwAccess.s
ipf\PeiServicePointer.c
# Ipf/Math.c
Ipf/PeCoffLoaderEx.c
Ipf/PeCoffLoaderEx.h
Ipf/PerformancePrimitives.s
Ipf/Processor.c
Ipf/EfiJump.h
Ipf/SetJmp.s
Ipf/Asm.h
Ipf/PioFlush.s
Ipf/SwitchStack.s
Ipf/Ia_64Gen.h
Ipf/HwAccess.s
Ipf/PeiServicePointer.c
[libraries.common]
@@ -84,21 +84,21 @@ COMPONENT_TYPE = LIBRARY
CpuIA32Lib
[includes.common]
$(EDK_SOURCE)\Foundation
$(EDK_SOURCE)\Foundation\Framework
$(EDK_SOURCE)\Foundation\Efi
$(EDK_SOURCE)/Foundation
$(EDK_SOURCE)/Foundation/Framework
$(EDK_SOURCE)/Foundation/Efi
.
$(EDK_SOURCE)\Foundation\Core\Dxe
$(EDK_SOURCE)\Foundation\Include
$(EDK_SOURCE)\Foundation\Efi\Include
$(EDK_SOURCE)\Foundation\Framework\Include
$(EDK_SOURCE)\Foundation\Include\IndustryStandard
$(EDK_SOURCE)\Foundation\Include\Pei
$(EDK_SOURCE)\Foundation\Library\Pei\Include
$(EDK_SOURCE)\Foundation\Library\Dxe\Include
$(EDK_SOURCE)\Foundation\Cpu\Pentium\Include
$(EDK_SOURCE)/Foundation/Core/Dxe
$(EDK_SOURCE)/Foundation/Include
$(EDK_SOURCE)/Foundation/Efi/Include
$(EDK_SOURCE)/Foundation/Framework/Include
$(EDK_SOURCE)/Foundation/Include/IndustryStandard
$(EDK_SOURCE)/Foundation/Include/Pei
$(EDK_SOURCE)/Foundation/Library/Pei/Include
$(EDK_SOURCE)/Foundation/Library/Dxe/Include
$(EDK_SOURCE)/Foundation/Cpu/Pentium/Include
[includes.ia32.Nt32]
$(EDK_SOURCE)\Sample\Platform\Nt32
$(EDK_SOURCE)/Sample/Platform/Nt32
[nmake.common]