AppPkg: Disable Lua builds by default. Update the ReadMe file.

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
This commit is contained in:
Daryl McDaniel 2014-11-11 23:15:32 +00:00 committed by darylm503
parent 4b2cf923c0
commit 6b980b6796
2 changed files with 6 additions and 1 deletions

View File

@ -131,7 +131,7 @@
# AppPkg/Applications/Python/PythonCore.inf
#### Un-comment the following line to build Lua.
AppPkg/Applications/Lua/Lua.inf
# AppPkg/Applications/Lua/Lua.inf
##############################################################################

View File

@ -28,3 +28,8 @@ Create a directory, \Efi\StdLib\lib\Lua. This is the default location for Lua
If desired, copy the files from AppPkg\Applications\Lua\scripts, in the source tree, into
\Efi\StdLib\lib\Lua.
Bugs and Other Issues
---------------------
EOF characters, ^D or ^Z, are not properly recognized by the console and can't be used to
terminate an application. Use os.exit() to exit Lua.