X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=AppPkg%2FAppPkg.dsc;h=7bc8f85d92268b88e54f2b70506e4924062a210f;hp=6e2fa720b556d22ed371915a7339b7c53a8f0263;hb=af9c2a563c88c6f2ed23178d2f6e9a01f2063a90;hpb=006fecd5a177b4b7b6b36fab6690bf2b2fa11829 diff --git a/AppPkg/AppPkg.dsc b/AppPkg/AppPkg.dsc index 6e2fa720b5..7bc8f85d92 100644 --- a/AppPkg/AppPkg.dsc +++ b/AppPkg/AppPkg.dsc @@ -93,7 +93,8 @@ [LibraryClasses.IA32] TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf - ## Comment out the above line and un-comment the line below for running under Nt32 emulation. + # To run in an emulation environment, such as Nt32Pkg, comment out the TimerLib + # description above and un-comment the line below. # TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf [LibraryClasses.X64] @@ -141,7 +142,9 @@ AppPkg/Applications/Hello/Hello.inf # No LibC includes or functions. AppPkg/Applications/Main/Main.inf # Simple invocation. No other LibC functions. AppPkg/Applications/Enquire/Enquire.inf - AppPkg/Applications/Python/PythonCore.inf + +# After extracting the Python distribution, un-comment the following line to build Python. +# AppPkg/Applications/Python/PythonCore.inf ################################################################ # @@ -155,8 +158,8 @@ GCC:*_*_*_CC_FLAGS = -ffreestanding -nostdinc -nostdlib # The Build Options, below, are only used when building the C library -# to be run under the NT32 emulation. They disable the clock() system call -# which is currently incompatible with the NT32 environment. +# to be run under an emulation environment, such as Nt32Pkg. The clock() +# system call is modified to return -1 indicating that it is unsupported. # Just uncomment the lines below and select the correct TimerLib instance, above. # INTEL:*_*_IA32_CC_FLAGS = /D NT32dvm