]> git.proxmox.com Git - mirror_edk2.git/commitdiff
AppPkg: Disable Lua builds by default. Update the ReadMe file.
authorDaryl McDaniel <daryl.mcdaniel@intel.com>
Tue, 11 Nov 2014 23:15:32 +0000 (23:15 +0000)
committerdarylm503 <darylm503@Edk2>
Tue, 11 Nov 2014 23:15:32 +0000 (23:15 +0000)
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Daryl McDaniel <daryl.mcdaniel@intel.com>
Reviewed-by: Bruce Maynard <Bruce.Maynard@Emulex.Com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16332 6f19259b-4bc3-4df7-8a09-765794883524

AppPkg/AppPkg.dsc
AppPkg/Applications/Lua/ReadMe.txt

index fd76b4ec086810c55479efad1906339eca85cae6..424434c0c8fda7bd672cb9902e8a7ee1c6e95d69 100644 (file)
 #  AppPkg/Applications/Python/PythonCore.inf\r
 \r
 #### Un-comment the following line to build Lua.\r
 #  AppPkg/Applications/Python/PythonCore.inf\r
 \r
 #### Un-comment the following line to build Lua.\r
-  AppPkg/Applications/Lua/Lua.inf\r
+#  AppPkg/Applications/Lua/Lua.inf\r
 \r
 \r
 ##############################################################################\r
 \r
 \r
 ##############################################################################\r
index 60ddb9d584cb0887e95d57663bd2c7324a79468f..cd5a7f2b89fb5664e3db99d5d6d657dc2439e3df 100644 (file)
@@ -28,3 +28,8 @@ Create a directory, \Efi\StdLib\lib\Lua.    This is the default location for Lua
 \r
 If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source tree, into\r
 \Efi\StdLib\lib\Lua.\r
 \r
 If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source tree, into\r
 \Efi\StdLib\lib\Lua.\r
+\r
+Bugs and Other Issues\r
+---------------------\r
+EOF characters, ^D or ^Z, are not properly recognized by the console and can't be used to\r
+terminate an application.  Use os.exit() to exit Lua.\r