Fixed EDKT381

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1701 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
jwang36
2006-10-10 04:36:57 +00:00
parent bc9b370686
commit fd6c41f5e2
3 changed files with 38 additions and 31 deletions

View File

@@ -22,7 +22,12 @@ WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
<var name="SDB_FILES" value="" />
<if>
<isset property="PCH"/>
<and>
<isset property="PCH"/>
<not>
<equals arg1="${PCH}" arg2=""/>
</not>
</and>
<then>
<if>
<available type="file" file="${DEST_DIR_OUTPUT}/AutoGen.h.gch"/>