]> git.proxmox.com Git - mirror_edk2.git/commit - EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg: Remove UNIX_SEC_BUILD/WIN_SEC_BUILD
authorMichael D Kinney <michael.d.kinney@intel.com>
Thu, 8 Aug 2019 02:18:56 +0000 (19:18 -0700)
committerMichael D Kinney <michael.d.kinney@intel.com>
Mon, 19 Aug 2019 16:49:49 +0000 (09:49 -0700)
commit50509ec66c7a23acee1aaedfb5fb63871ee9b522
tree8441fe45e2da4dc55e667b9f2b27f01b8d2d7522
parent868254ace3a0729c9ed6eb1a8646f64c77ee84f9
EmulatorPkg: Remove UNIX_SEC_BUILD/WIN_SEC_BUILD

https://bugzilla.tianocore.org/show_bug.cgi?id=2055

Remove the use of the defines UNIX_SEC_BUILD and
WIN_SEC_BUILD.  This simplifies the build command
for the EmulatorPkg.  Instead, use !if statements
in the DSC file using $(ARCH) and $(FAMILY) to
determine if the build is for a Windows or POSIX
environment.

The Readme.md, BAT, and sh files are also updated
to remove the use of these defines.

Cc: Jordan Justen <jordan.l.justen@intel.com>
Cc: Andrew Fish <afish@apple.com>
Cc: Ray Ni <ray.ni@intel.com>
Signed-off-by: Michael D Kinney <michael.d.kinney@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Reviewed-by: Jordan Justen <jordan.l.justen@intel.com>
Tested-by: Andrew Fish <afish@apple.com>
EmulatorPkg/EmulatorPkg.dsc
EmulatorPkg/Readme.md
EmulatorPkg/Win/VS2017/BuildVS.bat
EmulatorPkg/build.sh