]> git.proxmox.com Git - mirror_edk2.git/blobdiff - AppPkg/AppPkg.dsc
Give Python/PythonCore.inf its own GUID.
[mirror_edk2.git] / AppPkg / AppPkg.dsc
index 6e2fa720b556d22ed371915a7339b7c53a8f0263..7bc8f85d92268b88e54f2b70506e4924062a210f 100644 (file)
@@ -93,7 +93,8 @@
 \r
 [LibraryClasses.IA32]\r
   TimerLib|PerformancePkg/Library/DxeTscTimerLib/DxeTscTimerLib.inf\r
-  ## Comment out the above line and un-comment the line below for running under Nt32 emulation.\r
+  # To run in an emulation environment, such as Nt32Pkg, comment out the TimerLib\r
+  # description above and un-comment the line below.\r
 #  TimerLib|MdePkg/Library/BaseTimerLibNullTemplate/BaseTimerLibNullTemplate.inf\r
 \r
 [LibraryClasses.X64]\r
   AppPkg/Applications/Hello/Hello.inf        # No LibC includes or functions.\r
   AppPkg/Applications/Main/Main.inf          # Simple invocation. No other LibC functions.\r
   AppPkg/Applications/Enquire/Enquire.inf\r
-  AppPkg/Applications/Python/PythonCore.inf\r
+\r
+# After extracting the Python distribution, un-comment the following line to build Python.\r
+#  AppPkg/Applications/Python/PythonCore.inf\r
 \r
 ################################################################\r
 #\r
     GCC:*_*_*_CC_FLAGS      = -ffreestanding -nostdinc -nostdlib\r
 \r
 # The Build Options, below, are only used when building the C library\r
-# to be run under the NT32 emulation.  They disable the clock() system call\r
-# which is currently incompatible with the NT32 environment.\r
+# to be run under an emulation environment, such as Nt32Pkg.  The clock()\r
+# system call is modified to return -1 indicating that it is unsupported.\r
 # Just uncomment the lines below and select the correct TimerLib instance, above.\r
 \r
   # INTEL:*_*_IA32_CC_FLAGS     = /D NT32dvm\r