public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* [Patch] BaseTools: Update Python Makefile to include the new added python files
@ 2017-12-26 15:14 Liming Gao
  2017-12-26 15:19 ` Zhu, Yonghong
  2017-12-26 15:21 ` Feng, Bob C
  0 siblings, 2 replies; 3+ messages in thread
From: Liming Gao @ 2017-12-26 15:14 UTC (permalink / raw)
  To: edk2-devel

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -88,6 +88,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \
@@ -98,6 +101,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py
 
-- 
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Patch] BaseTools: Update Python Makefile to include the new added python files
  2017-12-26 15:14 [Patch] BaseTools: Update Python Makefile to include the new added python files Liming Gao
@ 2017-12-26 15:19 ` Zhu, Yonghong
  2017-12-26 15:21 ` Feng, Bob C
  1 sibling, 0 replies; 3+ messages in thread
From: Zhu, Yonghong @ 2017-12-26 15:19 UTC (permalink / raw)
  To: Gao, Liming, edk2-devel@lists.01.org

Reviewed-by: Yonghong Zhu <yonghong.zhu@intel.com> 

Best Regards,
Zhu Yonghong


-----Original Message-----
From: Gao, Liming 
Sent: Tuesday, December 26, 2017 11:14 PM
To: edk2-devel@lists.01.org
Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
Subject: [Patch] BaseTools: Update Python Makefile to include the new added python files

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -88,6 +88,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \
+              
+ $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \ @@ -98,6 +101,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py
 
--
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [Patch] BaseTools: Update Python Makefile to include the new added python files
  2017-12-26 15:14 [Patch] BaseTools: Update Python Makefile to include the new added python files Liming Gao
  2017-12-26 15:19 ` Zhu, Yonghong
@ 2017-12-26 15:21 ` Feng, Bob C
  1 sibling, 0 replies; 3+ messages in thread
From: Feng, Bob C @ 2017-12-26 15:21 UTC (permalink / raw)
  To: Gao, Liming, edk2-devel@lists.01.org

Reviewed-by: Bob Feng <bob.c.feng@intel.com>

-----Original Message-----
From: Gao, Liming 
Sent: Tuesday, December 26, 2017 11:14 PM
To: edk2-devel@lists.01.org
Cc: Zhu, Yonghong <yonghong.zhu@intel.com>; Feng, Bob C <bob.c.feng@intel.com>
Subject: [Patch] BaseTools: Update Python Makefile to include the new added python files

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Liming Gao <liming.gao@intel.com>
Cc: Yonghong Zhu <yonghong.zhu@intel.com>
Cc: Bob Feng <bob.c.feng@intel.com>
---
 BaseTools/Source/Python/Makefile | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/BaseTools/Source/Python/Makefile b/BaseTools/Source/Python/Makefile
index 7ffe211..ce5541b 100644
--- a/BaseTools/Source/Python/Makefile
+++ b/BaseTools/Source/Python/Makefile
@@ -88,6 +88,9 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\MetaFileTable.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceCommon.py \
               $(BASE_TOOLS_PATH)\Source\Python\Workspace\WorkspaceDatabase.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DecBuildData.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Workspace\DscBuildData.py \
+              
+ $(BASE_TOOLS_PATH)\Source\Python\Workspace\InfBuildData.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\AutoGen.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\BuildEngine.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenC.py \ @@ -98,6 +101,7 @@ COMMON_PYTHON=$(BASE_TOOLS_PATH)\Source\Python\Common\BuildToolError.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenVar.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \
               $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py
 
--
2.8.0.windows.1



^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2017-12-26 15:16 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-26 15:14 [Patch] BaseTools: Update Python Makefile to include the new added python files Liming Gao
2017-12-26 15:19 ` Zhu, Yonghong
2017-12-26 15:21 ` Feng, Bob C

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox