mirror of
https://github.com/CloverHackyColor/CloverBootloader.git
synced 2024-12-27 16:58:09 +01:00
28 lines
639 B
Plaintext
Executable File
28 lines
639 B
Plaintext
Executable File
prefix=$1
|
|
#>&2 echo prefix="$prefix"
|
|
|
|
|
|
echo "
|
|
|
|
../../../PosixCompilation/UefiMock
|
|
../../../PosixCompilation/CloverMock/Include
|
|
../../../Include
|
|
../../../IntelFrameworkPkg/Include
|
|
../../../UefiCpuPkg/Include
|
|
../../../OpenCorePkg/Include/Apple
|
|
../../../OpenCorePkg/Include/Intel
|
|
../../../OpenCorePkg/Include/Acidanthera
|
|
../../../OpenCorePkg
|
|
../../../MdePkg/Include
|
|
../../../MdePkg/Include/X64
|
|
../../../MdePkg/Include/Register/Intel
|
|
../../../MdeModulePkg/Include
|
|
../../../rEFIT_UEFI/PlatformPOSIX
|
|
../../../rEFIT_UEFI/PlatformPOSIX/include
|
|
../../../rEFIT_UEFI/include
|
|
|
|
" | awk '$0!=""{ printf " -I'"${prefix}"'%s", $0; }'
|
|
|
|
|
|
#../StdLib/Include
|