Revision: 17612
          http://sourceforge.net/p/edk2/code/17612
Author:   lhauch
Date:     2015-06-10 14:34:40 +0000 (Wed, 10 Jun 2015)
Log Message:
-----------
Adds new files to the Makefile for testing changed sources

The files were added April 9th, revision 17158, but the Makefile was not 
updated.
Converted all tabs in this make file to space characters.

[Test]
nmake cleanall
nmake
Successfully built all binaries

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: lhauch <[email protected]>
Reviewed-by: Joe Peterson <[email protected]>
Reviewed-by: Liming Gao <[email protected]>

Revision Links:
--------------
    http://sourceforge.net/p/edk2/code/17158

Modified Paths:
--------------
    trunk/edk2/BaseTools/Source/Python/Makefile

Modified: trunk/edk2/BaseTools/Source/Python/Makefile
===================================================================
--- trunk/edk2/BaseTools/Source/Python/Makefile 2015-06-10 09:14:40 UTC (rev 
17611)
+++ trunk/edk2/BaseTools/Source/Python/Makefile 2015-06-10 14:34:40 UTC (rev 
17612)
@@ -94,7 +94,10 @@
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\GenPcdDb.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\InfSectionParser.py \
               $(BASE_TOOLS_PATH)\Source\Python\AutoGen\StrGather.py \
-              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py
+              $(BASE_TOOLS_PATH)\Source\Python\AutoGen\UniClassObject.py \
+              
$(BASE_TOOLS_PATH)\Source\Python\AutoGen\ValidCheckingInfoObject.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Common\RangeExpression.py \
+              $(BASE_TOOLS_PATH)\Source\Python\Common\VariableAttributes.py
 
 CMD_BUILD=$(BASE_TOOLS_PATH)\Source\Python\build\BuildReport.py \
     $(BASE_TOOLS_PATH)\Source\Python\GenPatchPcdTable\GenPatchPcdTable.py \


------------------------------------------------------------------------------
_______________________________________________
edk2-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/edk2-commits

Reply via email to