]> git.proxmox.com Git - mirror_edk2.git/commit - AppPkg/Applications/Main/Main.inf
AppPkg: Add the Arithchk utility and clean up some build problems.
authordaryl.mcdaniel <daryl.mcdaniel@intel.com>
Tue, 9 Sep 2014 22:37:02 +0000 (22:37 +0000)
committerdarylm503 <darylm503@6f19259b-4bc3-4df7-8a09-765794883524>
Tue, 9 Sep 2014 22:37:02 +0000 (22:37 +0000)
commitc9f4d4838ce92a6c2fb4faf5f46faa3b057b4dee
tree2b78d7e20aef20d1e44bfdd1fbfe2fb814e9da1c
parentc21e7a7832f76260a27c5bde30f9593355909279
AppPkg: Add the Arithchk utility and clean up some build problems.

AppPkg\
  AppPkg.dsc
    Update copyright date
    Add Component ArithChk.inf
  Applications\
    Main\
      Main.inf
        Remove DevShell dependency
    Python\
      Python-2.7.2\Modules\
        socketmodule.c
          Initialize addro, in sock_sendto(), before use.
    ArithChk\
      ArithChk.inf
      arithchk.c
        NEW
        This is a direct port of the arithchk program which is included as part of the NetBSD gdtoa library.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: daryl.mcdaniel@intel.com
Reviewed-by: Erik Bjorge <erik.c.bjorge@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16082 6f19259b-4bc3-4df7-8a09-765794883524
AppPkg/AppPkg.dsc
AppPkg/Applications/ArithChk/ArithChk.inf [new file with mode: 0644]
AppPkg/Applications/ArithChk/arithchk.c [new file with mode: 0644]
AppPkg/Applications/Main/Main.inf
AppPkg/Applications/Python/Python-2.7.2/Modules/socketmodule.c