audk/BaseTools/Source/Python/Workspace
BobCF c95f600e93 BaseTools: Use common cc flag for building PcdValueInit.
V3:

Update the patch to avoid "reduce" function fail.

V2:
Support to extract the common cc flag from a
combined cc flag string. For example
MSFT:*_*_IA32_CC_FLAGS = /D DISABLE_NEW_DEPRECATED_INTERFACES /DDEF_IA32
MSFT:*_*_X64_CC_FLAGS  = /DDEF_X64 /D DISABLE_NEW_DEPRECATED_INTERFACES

V1:
Use common cc flags for building PcdValueInit. The common
cc flags include the cc flag which is under common arch and
under all build arches.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Bob Feng <bob.c.feng@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
2018-11-05 11:02:46 +08:00
..
BuildClassObject.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
DecBuildData.py BaseTools: Don't save unused workspace data 2018-09-20 22:18:07 +08:00
DscBuildData.py BaseTools: Use common cc flag for building PcdValueInit. 2018-11-05 11:02:46 +08:00
InfBuildData.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
MetaDataTable.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
MetaFileCommentParser.py License header updated to match correct format. 2014-08-28 13:53:34 +00:00
MetaFileParser.py BaseTools: Support to use struct name as datum type before max size 2018-10-16 14:48:49 +08:00
MetaFileTable.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
WorkspaceCommon.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
WorkspaceDatabase.py Revert BaseTools: PYTHON3 migration 2018-10-15 08:29:14 +08:00
__init__.py